method
controller_name
v6.0.0 -
Show latest stable
- Class:
ActionController::Metal
controller_name()public
Returns the last part of the controller’s name, underscored, without the ending Controller. For instance, PostsController returns posts. Namespaces are left out, so Admin::PostsController returns posts as well.
Returns
-
string