/super_voters: remove in favor of /users?search[is_super_voter]=true search.

This commit is contained in:
evazion
2017-05-02 23:14:23 -05:00
parent 1dba314eda
commit d6ca040198
3 changed files with 0 additions and 26 deletions

View File

@@ -1,8 +0,0 @@
class SuperVotersController < ApplicationController
respond_to :html, :xml, :json
def index
@super_voters = SuperVoter.all
respond_with(@super_voters)
end
end