From 062c9df682f9305fb035e9c2cfe8795eac67c69c Mon Sep 17 00:00:00 2001 From: Christopher Blanchard Date: Fri, 22 May 2015 13:57:15 +0100 Subject: [PATCH] Remove unrouted controller method --- app/controllers/bans_controller.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/controllers/bans_controller.rb b/app/controllers/bans_controller.rb index a3ae9fb..83496c5 100644 --- a/app/controllers/bans_controller.rb +++ b/app/controllers/bans_controller.rb @@ -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