class MongoSync::Generators::ConfigGenerator

Public Instance Methods

create_config_file() click to toggle source
# 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