module Gifted::Monkey::ActionController::Base

Public Instance Methods

rescue_with_handler(*) click to toggle source
Calls superclass method
# File lib/gifted/monkey/action_controller/base/rescue_from.rb, line 9
def rescue_with_handler(*)
  Gifted::ViewContext.push(view_context)
  super
ensure
  Gifted::ViewContext.pop
end