class FxRate::Generators::MigrationGenerator

Public Instance Methods

create_migration_file() click to toggle source
# File lib/generators/fx_rate/migration/migration_generator.rb, line 8
def create_migration_file
  migration_template "create_fx_rate_table.rb", File.join('db', 'migrate', 'create_fx_rate_table.rb')
end