Method: Plutus::PlutusGenerator#create_migration_file

Defined in:
lib/generators/plutus/plutus_generator.rb

#create_migration_fileObject



8
9
10
# File 'lib/generators/plutus/plutus_generator.rb', line 8

def create_migration_file
  migration_template 'migration.rb', 'db/migrate/create_plutus_tables.rb'
end