1
0
Fork 0
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:
José Valim 2010-06-08 16:01:11 +02:00
parent 4740fbac85
commit aa8b56f5d6

View file

@ -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