method
action_methods
v7.1.3.2 -
Show latest stable
- Class:
AbstractController::UrlFor::ClassMethods
action_methods()public
No documentation available.
# File actionpack/lib/abstract_controller/url_for.rb, line 26
def action_methods
@action_methods ||= if _routes
super - _routes.named_routes.helper_names
else
super
end
end