Railsドキュメント

コントローラのパスを取得

説明

コントローラのパスを取得

使い方

コントローラ名.controller_path

MyApp::MyPostsController.controller_path
# "my_app/my_posts"

ソースコード