提交 253ef4f0 编写于 作者: B Benjamin Manns

Merge pull request #78 from trotter/fix-rails-engine-docs

Fix documentation bug in Rails::Engine
......@@ -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.
#
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册