instance method
action_name
Ruby on Rails 7.2.3
Since v5.2.8.1Returns the name of the action this controller is processing.
Source
# File actionpack/lib/abstract_controller/base.rb, line 44
attr_internal :action_name
Defined in actionpack/lib/abstract_controller/base.rb line 44
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::Base