Skip to content

Commit

Permalink
subpress the warning when rails tries to find the generator
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Oct 15, 2011
1 parent b93acd3 commit b3b5412
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,5 +44,5 @@ def parent_class_name
end

else
raise "ignore this file"
raise LoadError.new "ignore this file #{__FILE__.sub(/.rb$/, '')}"
end

0 comments on commit b3b5412

Please sign in to comment.