From 7b0312084d3f9faea9a137177a9711533a43f009 Mon Sep 17 00:00:00 2001 From: Trotter Cashion Date: Thu, 19 Jan 2012 12:14:32 -0800 Subject: Fix documentation bug in Rails::Engine --- railties/lib/rails/engine.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/lib/rails') diff --git a/railties/lib/rails/engine.rb b/railties/lib/rails/engine.rb index 20321a502d..77a68eb7f1 100644 --- a/railties/lib/rails/engine.rb +++ b/railties/lib/rails/engine.rb @@ -228,7 +228,7 @@ module Rails # resources :articles # end # - # The routes above will automatically point to MyEngine::ApplicationController. Furthermore, you don't + # The routes above will automatically point to MyEngine::ArticlesController. Furthermore, you don't # need to use longer url helpers like my_engine_articles_path. Instead, you should simply use # articles_path as you would do with your application. # -- cgit v1.2.3