aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Sarnacki <drogus@gmail.com>2010-12-15 09:09:29 +0100
committerPiotr Sarnacki <drogus@gmail.com>2010-12-15 10:00:58 +0100
commit5e3b853aee86b74e68c9c3f95201c54af5502d2f (patch)
tree2c02348ff13e58556cde809060a0234f74553961
parentc81af00a7ab64ec1159e8b319f8498ea5b9037c7 (diff)
downloadrails-5e3b853aee86b74e68c9c3f95201c54af5502d2f.tar.gz
rails-5e3b853aee86b74e68c9c3f95201c54af5502d2f.tar.bz2
rails-5e3b853aee86b74e68c9c3f95201c54af5502d2f.zip
Should be isolated engine instead of namespaced engine
-rw-r--r--railties/lib/rails/engine.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/engine.rb b/railties/lib/rails/engine.rb
index cda0e0a135..1d81e08cd3 100644
--- a/railties/lib/rails/engine.rb
+++ b/railties/lib/rails/engine.rb
@@ -207,7 +207,7 @@ module Rails
# end
# end
#
- # == Namespaced Engine
+ # == Isolated Engine
#
# Normally when you create controllers, helpers and models inside engine, they are treated
# as they were created inside the application. This means all applications helpers and named routes