Remove unrouted controller method

This commit is contained in:
Christopher Blanchard 2015-05-22 13:57:15 +01:00 committed by Chris Blanchard
parent 3e4cbdd2f2
commit f82fa31a37

View file

@ -8,10 +8,6 @@ class BansController < ApplicationController
def show
end
def refresh
Ban.refresh
end
def new
@ban = Ban.new
raise AccessError unless @ban.can_create? cuser