diff options
| author | Mehmet Emin İNAÇ <mehmetemininac@gmail.com> | 2015-06-22 19:36:01 +0300 |
|---|---|---|
| committer | Mehmet Emin İNAÇ <mehmetemininac@gmail.com> | 2015-06-22 19:36:01 +0300 |
| commit | b835c72bc951a9b94d1fcd290250032a6feb8d07 (patch) | |
| tree | 387253375a55e37f87bcd1addcf53eeeab9651b9 | |
| parent | ebc4c607a7859c9c35246d7fe74a17208ef3a66e (diff) | |
| download | rails-b835c72bc951a9b94d1fcd290250032a6feb8d07.tar.gz rails-b835c72bc951a9b94d1fcd290250032a6feb8d07.tar.bz2 rails-b835c72bc951a9b94d1fcd290250032a6feb8d07.zip | |
Remove mistaken end from controller_path doc [ci skip]
| -rw-r--r-- | actionpack/lib/abstract_controller/base.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/abstract_controller/base.rb b/actionpack/lib/abstract_controller/base.rb index c95b9a4097..96d701dba5 100644 --- a/actionpack/lib/abstract_controller/base.rb +++ b/actionpack/lib/abstract_controller/base.rb @@ -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" |
