instance method
action_methods
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.0.20Signature
action_methods()
No documentation comment.
Source
# File actionpack/lib/action_controller/metal/url_for.rb, line 21
def action_methods
@action_methods ||= begin
super - _routes.named_routes.helper_names
end
end
Defined in actionpack/lib/action_controller/metal/url_for.rb line 21
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::UrlFor::ClassMethods