0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-01-15 14:20:54 +00:00

Remove unrouted controller method

This commit is contained in:
Christopher Blanchard 2015-05-22 13:57:15 +01:00
parent 98480ba083
commit 5829226948

View file

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