class TenantCredereTables

Public Instance Methods

change() click to toggle source
# File lib/generators/credere/templates/tenant_migration.rb, line 2
def change
  # add a tenant column to credere accounts table.
  add_column :credere_accounts, :tenant_id, :integer, index: true
end