Included Modules

Class Index [+]

Quicksearch

ActionController::Rescue

Public Instance Methods

rescue_with_handler(exception) click to toggle source
    # File lib/action_controller/metal/rescue.rb, line 6
 6:     def rescue_with_handler(exception)
 7:       if (exception.respond_to?(:original_exception) &&
 8:           (orig_exception = exception.original_exception) &&
 9:           handler_for_rescue(orig_exception))
10:         exception = orig_exception
11:       end
12:       super(exception)
13:     end

Private Instance Methods

process_action(*args) click to toggle source
    # File lib/action_controller/metal/rescue.rb, line 16
16:       def process_action(*args)
17:         super
18:       rescue Exception => exception
19:         rescue_with_handler(exception) || raise(exception)
20:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.