Flowdock
method

rescues_path

Importance_0
v2.2.1 - 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 141
      def rescues_path(template_name)
        "#{File.dirname(__FILE__)}/templates/rescues/#{template_name}.erb"
      end
Register or log in to add new notes.