diff options
author | Piotr Sarnacki <drogus@gmail.com> | 2010-12-15 09:09:29 +0100 |
---|---|---|
committer | Piotr Sarnacki <drogus@gmail.com> | 2010-12-15 10:00:58 +0100 |
commit | 5e3b853aee86b74e68c9c3f95201c54af5502d2f (patch) | |
tree | 2c02348ff13e58556cde809060a0234f74553961 /railties | |
parent | c81af00a7ab64ec1159e8b319f8498ea5b9037c7 (diff) | |
download | rails-5e3b853aee86b74e68c9c3f95201c54af5502d2f.tar.gz rails-5e3b853aee86b74e68c9c3f95201c54af5502d2f.tar.bz2 rails-5e3b853aee86b74e68c9c3f95201c54af5502d2f.zip |
Should be isolated engine instead of namespaced engine
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails/engine.rb | 2 |
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 |