1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Should be isolated engine instead of namespaced engine

This commit is contained in:
Piotr Sarnacki 2010-12-15 09:09:29 +01:00 committed by Vijay Dev
parent 5d37ff6bb2
commit 8e955c5fe4

View file

@ -207,7 +207,7 @@ module Rails
# end # end
# end # end
# #
# == Namespaced Engine # == Isolated Engine
# #
# Normally when you create controllers, helpers and models inside engine, they are treated # 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 # as they were created inside the application. This means all applications helpers and named routes