method
controller_name
v7.2.3 -
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`