class ActionDispatch::ShowExceptions

Public Instance Methods

__cucumber_orig_call__(env)
Alias for: call
call(env) click to toggle source
# File lib/cucumber/rails/action_controller.rb, line 8
def call(env)
  env['action_dispatch.show_exceptions'] = !!ActionController::Base.allow_rescue
  __cucumber_orig_call__(env)
end
Also aliased as: __cucumber_orig_call__