1
0
Fork 0
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:
Alexey Vakhov 2012-02-19 11:47:39 +04:00
parent 2cb86cdb8a
commit eb26af6dd3

View file

@ -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>