Flowdock
method

rescues_path

Importance_0
v1.2.6 - Show latest stable - 0 notes - Class: ActionController::Rescue
rescues_path(template_name) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/rescue.rb, line 113
      def rescues_path(template_name)
        File.dirname(__FILE__) + "/templates/rescues/#{template_name}.rhtml"
      end
Register or log in to add new notes.