Skip to content

Commit

Permalink
Fix documentation bug in Rails::Engine
Browse files Browse the repository at this point in the history
  • Loading branch information
trotter committed Jan 19, 2012
1 parent 1944cbb commit 7b03120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/engine.rb
Expand Up @@ -228,7 +228,7 @@ module Rails
# resources :articles
# end
#
# The routes above will automatically point to <tt>MyEngine::ApplicationController</tt>. Furthermore, you don't
# The routes above will automatically point to <tt>MyEngine::ArticlesController</tt>. Furthermore, you don't
# need to use longer url helpers like <tt>my_engine_articles_path</tt>. Instead, you should simply use
# <tt>articles_path</tt> as you would do with your application.
#
Expand Down

0 comments on commit 7b03120

Please sign in to comment.