Skip to content

Instantly share code, notes, and snippets.

@ku1ik
Created March 31, 2010 11:59
Show Gist options
  • Save ku1ik/350231 to your computer and use it in GitHub Desktop.
Save ku1ik/350231 to your computer and use it in GitHub Desktop.
class ApplicationController < ActionController::Base
rescue_from MerbToRails3::ControllerExceptions::Base, :with => :handle_exception
def handle_exception(e)
render "exceptions/#{e.action_name}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment