mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Hide remaining generators hooks [#4790 state:resolved]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user