move vote similarity code into danbooru, add listing for super voters
This commit is contained in:
8
app/controllers/super_voters_controller.rb
Normal file
8
app/controllers/super_voters_controller.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
class SuperVotersController < ApplicationController
|
||||
before_filter :member_only
|
||||
|
||||
def index
|
||||
@super_voters = SuperVoter.all
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user