private Method

Rescue.template_path_for_local_rescue(exception)

There's no documentation for this item.

Source Code

# File action_controller/rescue.rb, line 210
def template_path_for_local_rescue(exception)
  rescues_path(rescue_templates[exception.class.name])
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.