diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 5e046409..66587bb3 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -136,9 +136,6 @@ class ApplicationController < ActionController::Base end def rescue_action_in_public(exception) - if exception.instance_of?(ActiveController::Session::CookieStore::TamperedWithCookie) - render :text => 'Stale session. Please reload the page.', :status =>500, :layout => 'error' - else render :status => 500, :text => <<-EOL

Internal Error

@@ -146,7 +143,6 @@ class ApplicationController < ActionController::Base EOL - end end def return_to_last_remembered