mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix AbstractController#controller_path doc
This commit is contained in:
parent
2cb86cdb8a
commit
eb26af6dd3
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ module AbstractController
|
|||
|
||||
# Returns the full controller name, underscored, without the ending Controller.
|
||||
# For instance, MyApp::MyPostsController would return "my_app/my_posts" for
|
||||
# controller_name.
|
||||
# controller_path.
|
||||
#
|
||||
# ==== Returns
|
||||
# * <tt>string</tt>
|
||||
|
|
Loading…
Reference in a new issue