* Removed AccountType class. Moved various
commit536f11c3e894fcfe21f2643e3c62177e1b285d7e
authorAlex Coles <alexbcoles@mac.com>
Sun, 27 Apr 2008 21:36:01 +0000 (27 23:36 +0200)
committerAlex Coles <alexbcoles@mac.com>
Sun, 27 Apr 2008 21:36:01 +0000 (27 23:36 +0200)
tree5e1fc8072fce803bce90c734ffed91235139d462
parent28c2df10f3aaf14819b1334cd53e0989a900d340
* Removed AccountType class. Moved various
  account types into accounts directory, each
  subclassing the BaseAccount class (renamed
  from Account).
* Added comments for State and Country classes.
* Removed unused properties for State class.
* Cleaned up formatting generally in model classes.
18 files changed:
app/models/account.rb [deleted file]
app/models/account_type.rb [deleted file]
app/models/accounts/bank_account.rb [new file with mode: 0644]
app/models/accounts/base_account.rb [new file with mode: 0644]
app/models/accounts/credit_card_account.rb [new file with mode: 0644]
app/models/accounts/google_checkout_account.rb [new file with mode: 0644]
app/models/accounts/paypal_account.rb [new file with mode: 0644]
app/models/address.rb
app/models/country.rb
app/models/customer.rb
app/models/order.rb
app/models/promotion.rb
app/models/right.rb
app/models/role.rb
app/models/state.rb [new file with mode: 0644]
app/models/store_item.rb
app/models/tag.rb
app/models/wishlist_item.rb