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:
parent
5d37ff6bb2
commit
8e955c5fe4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue