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