Class: Pgcrypto::Generators::UpgradeGenerator

Inherits:
BaseGenerator
  • Object
show all
Defined in:
lib/pgcrypto/generators/upgrade/upgrade_generator.rb

Instance Method Summary collapse

Methods inherited from BaseGenerator

next_migration_number

Instance Method Details

#copy_migrationObject



9
10
11
# File 'lib/pgcrypto/generators/upgrade/upgrade_generator.rb', line 9

def copy_migration
  migration_template("migration.rb", "db/migrate/upgrade_pgcrypto_to_0_4_0.rb")
end