1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove mistaken end from controller_path doc [ci skip]

This commit is contained in:
Mehmet Emin İNAÇ 2015-06-22 19:36:01 +03:00
parent ebc4c607a7
commit b835c72bc9

View file

@ -88,7 +88,7 @@ module AbstractController
# Returns the full controller name, underscored, without the ending Controller.
#
# class MyApp::MyPostsController < AbstractController::Base
# end
#
# end
#
# MyApp::MyPostsController.controller_path # => "my_app/my_posts"