Module: Gifted::Monkey::ActionController::Base

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

Instance Method Summary collapse

Instance Method Details

#rescue_with_handlerObject



9
10
11
12
13
14
# 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