mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-06-01 17:22:16 +00:00
Remove unrouted controller method
This commit is contained in:
parent
85f4baab3c
commit
062c9df682
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue