class Credere::TenancyGenerator

Public Instance Methods

create_migration_file() click to toggle source
# File lib/generators/credere/tenancy_generator.rb, line 8
def create_migration_file
  migration_template 'tenant_migration.rb', 'db/migrate/tenant_credere_tables.rb'
end