mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Hide remaining generators hooks [#4790 state:resolved]
This commit is contained in:
parent
4740fbac85
commit
aa8b56f5d6
1 changed files with 5 additions and 1 deletions
|
@ -178,6 +178,7 @@ module Rails
|
|||
"#{orm}:migration",
|
||||
"#{orm}:model",
|
||||
"#{orm}:observer",
|
||||
"#{orm}:session_migration",
|
||||
"#{test}:controller",
|
||||
"#{test}:helper",
|
||||
"#{test}:integration",
|
||||
|
@ -186,8 +187,11 @@ module Rails
|
|||
"#{test}:observer",
|
||||
"#{test}:scaffold",
|
||||
"#{test}:view",
|
||||
"#{test}:performance",
|
||||
"#{test}:plugin",
|
||||
"#{template}:controller",
|
||||
"#{template}:scaffold"
|
||||
"#{template}:scaffold",
|
||||
"#{template}:mailer"
|
||||
]
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue