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