Class: MongoSync::Generators::ConfigGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/rails/generators/mongo_sync/config/config_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_config_fileObject



8
9
10
# File 'lib/rails/generators/mongo_sync/config/config_generator.rb', line 8

def create_config_file
    template 'mongo_sync.yml', File.join('config', 'mongo_sync.yml')
end