Method: Plutus::TenancyGenerator#create_migration_file

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

#create_migration_fileObject



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

def create_migration_file
  migration_template 'tenant_migration.rb', 'db/migrate/tenant_plutus_tables.rb'
end