instance method
action_methods
Ruby on Rails 6.1.7.10
Since v3.0.20Signature
action_methods()
Delegates to the class’ ::action_methods
Source
# File actionpack/lib/abstract_controller/base.rb, line 174
def action_methods
self.class.action_methods
end
Defined in actionpack/lib/abstract_controller/base.rb line 174
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::Base