Skip to content

Commit

Permalink
Hide remaining generators hooks [#4790 state:resolved]
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jun 8, 2010
1 parent 4740fba commit aa8b56f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion railties/lib/rails/generators.rb
Expand Up @@ -178,6 +178,7 @@ def self.hidden_namespaces
"#{orm}:migration",
"#{orm}:model",
"#{orm}:observer",
"#{orm}:session_migration",
"#{test}:controller",
"#{test}:helper",
"#{test}:integration",
Expand All @@ -186,8 +187,11 @@ def self.hidden_namespaces
"#{test}:observer",
"#{test}:scaffold",
"#{test}:view",
"#{test}:performance",
"#{test}:plugin",
"#{template}:controller",
"#{template}:scaffold"
"#{template}:scaffold",
"#{template}:mailer"
]
end
end
Expand Down

0 comments on commit aa8b56f

Please sign in to comment.