instance method
_routes
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.0.20Signature
_routes()
No documentation comment.
Source
# File actionpack/lib/action_controller/metal/url_for.rb, line 15
def _routes
raise "In order to use #url_for, you must include routing helpers explicitly. " \
"For instance, `include Rails.application.routes.url_helpers"
end
Defined in actionpack/lib/action_controller/metal/url_for.rb line 15
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::UrlFor