mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo in isolated engine docs
This commit is contained in:
parent
4bfc8b1e2c
commit
45b4ebc7df
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ module Rails
|
|||
#
|
||||
# Additionally, an isolated engine will set its name according to namespace, so
|
||||
# MyEngine::Engine.engine_name will be "my_engine". It will also set MyEngine.table_name_prefix
|
||||
# to "my_engine_", changing the MyEngine::Article model to use the my_engine_article table.
|
||||
# to "my_engine_", changing the MyEngine::Article model to use the my_engine_articles table.
|
||||
#
|
||||
# == Using Engine's routes outside Engine
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue