Skip to content

Commit

Permalink
Fixed small typo in the Rails::Engine documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafacv committed Dec 15, 2011
1 parent 26e7400 commit 4baf145
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 # resources :articles
# end # end
# #
# The routes above will automatically point to <tt>MyEngine::ApplicationContoller</tt>. Furthermore, you don't # The routes above will automatically point to <tt>MyEngine::ApplicationController</tt>. Furthermore, you don't
# need to use longer url helpers like <tt>my_engine_articles_path</tt>. Instead, you should simply use # 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. # <tt>articles_path</tt> as you would do with your application.
# #
Expand Down

0 comments on commit 4baf145

Please sign in to comment.