diff options
author | Piotr Sarnacki <drogus@gmail.com> | 2010-12-15 09:09:29 +0100 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2010-12-16 01:49:29 +0530 |
commit | 8e955c5fe4d14bec9da7978b356d5ce3ae469078 (patch) | |
tree | 21efc3b4b027d851b566bba53f01fe47c310d39f /railties | |
parent | 5d37ff6bb2b1f948034bf06e450f2fdb8195c4e5 (diff) | |
download | rails-8e955c5fe4d14bec9da7978b356d5ce3ae469078.tar.gz rails-8e955c5fe4d14bec9da7978b356d5ce3ae469078.tar.bz2 rails-8e955c5fe4d14bec9da7978b356d5ce3ae469078.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 |