Merge pull request #189 from tms/get-off-my-lawn

Fancy 404 should require access too
This commit is contained in:
Sam 2013-02-17 13:49:06 -08:00
commit 6cd115b7b9

View File

@ -1,6 +1,5 @@
class ExceptionsController < ApplicationController
skip_before_filter :check_xhr
skip_before_filter :check_restricted_access
layout 'no_js'
def not_found