Class: BankAccountType

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/bank_account_type.rb

Overview

Table Definition ###############################

create_table :bank_account_types do |t|
  t.string :description
  t.string :internal_identifier

  t.timestamps
end