Orbit/vendor/impressionist/lib/generators/mongo_mapper/impressionist_generator.rb

9 lines
229 B
Ruby

module MongoMapper
module Generators
class ImpressionistGenerator < Rails::Generators::Base
# Empty for now, need it for generating the config file without
# triggering other ORM's generators.
end
end
end