move vote similarity code into danbooru, add listing for super voters

This commit is contained in:
r888888888
2016-09-19 16:43:15 -07:00
parent 6241a50c31
commit bf2246f895
7 changed files with 101 additions and 11 deletions

View File

@@ -0,0 +1,8 @@
class SuperVotersController < ApplicationController
before_filter :member_only
def index
@super_voters = SuperVoter.all
end
end