/super_voters: remove in favor of /users?search[is_super_voter]=true search.
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
class SuperVotersController < ApplicationController
|
||||
respond_to :html, :xml, :json
|
||||
|
||||
def index
|
||||
@super_voters = SuperVoter.all
|
||||
respond_with(@super_voters)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user