Source: show | on GitHub
# File actionpack/lib/abstract_controller/url_for.rb, line 24 def _routes nil end
# File actionpack/lib/abstract_controller/url_for.rb, line 28 def action_methods @action_methods ||= if _routes (super - _routes.named_routes.helper_names).freeze else super end end