controller_path()
Class Public methods
Returns the full controller name, underscored, without the ending Controller. For instance, MyApp::MyPostsController would return âmy_app/my_postsâ for controller_path.
Returns
-
String
Returns the full controller name, underscored, without the ending Controller. For instance, MyApp::MyPostsController would return âmy_app/my_postsâ for controller_path.
String
Please login to continue.