Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
hide fixture replacement generators
Browse files Browse the repository at this point in the history
  • Loading branch information
negonicrac committed Jun 16, 2010
1 parent 13427d6 commit 1023f5f
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -28,6 +28,13 @@ end
]
end

%w(factory_girl machinist).each do |fixture_replacement|
Rails::Generators.hidden_namespaces <<
[
"#{fixture_replacement}:model",
]
end

%w(erb erubis haml).each do |template|
Rails::Generators.hidden_namespaces <<
[
Expand Down

0 comments on commit 1023f5f

Please sign in to comment.