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