method
template_path_for_local_rescue
v2.1.0 -
Show latest stable
- Class:
ActionController::Rescue
template_path_for_local_rescue(exception)private
No documentation available.
# File actionpack/lib/action_controller/rescue.rb, line 210
def template_path_for_local_rescue(exception)
rescues_path(rescue_templates[exception.class.name])
end