From 20c723c4fbc39ceaae1bd58c0295760aa5ff991f Mon Sep 17 00:00:00 2001 From: tms Date: Sun, 17 Feb 2013 15:26:47 -0500 Subject: [PATCH] Fancy 404 should require access too --- app/controllers/exceptions_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/exceptions_controller.rb b/app/controllers/exceptions_controller.rb index 413807413f1..6014ebc9c47 100644 --- a/app/controllers/exceptions_controller.rb +++ b/app/controllers/exceptions_controller.rb @@ -1,6 +1,5 @@ class ExceptionsController < ApplicationController skip_before_filter :check_xhr - skip_before_filter :check_restricted_access layout 'no_js' def not_found