Module: AbstractController::UrlFor::ClassMethods
- Defined in:
- actionpack/lib/abstract_controller/url_for.rb
Instance Method Summary collapse
Instance Method Details
permalink #_routes ⇒ Object
[View source]
24 25 26 |
# File 'actionpack/lib/abstract_controller/url_for.rb', line 24 def _routes nil end |
permalink #action_methods ⇒ Object
[View source]
28 29 30 31 32 33 34 |
# File 'actionpack/lib/abstract_controller/url_for.rb', line 28 def action_methods @action_methods ||= if _routes super - _routes.named_routes.helper_names else super end end |