Module: ActiveDecorator::Monkey::ActionController::Base

Defined in:
lib/active_decorator/monkey/action_controller/base/rescue_from.rb

Instance Method Summary collapse

Instance Method Details

#rescue_with_handlerObject



5
6
7
8
9
10
# File 'lib/active_decorator/monkey/action_controller/base/rescue_from.rb', line 5

def rescue_with_handler(*)
  ActiveDecorator::ViewContext.push(view_context)
  super
ensure
  ActiveDecorator::ViewContext.pop
end