add antivoters (no behavior yet)
This commit is contained in:
8
app/controllers/anti_voters_controller.rb
Normal file
8
app/controllers/anti_voters_controller.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
class AntiVotersController < ApplicationController
|
||||
before_filter :member_only
|
||||
|
||||
def index
|
||||
@anti_voters = AntiVoter.all
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user