Add accounts and activities

This commit is contained in:
Martin Lensment 2015-04-13 15:17:34 +03:00
parent fb318e37cb
commit b5521594ce
8 changed files with 170 additions and 1 deletions

4
app/models/account.rb Normal file
View file

@ -0,0 +1,4 @@
class Account < ActiveRecord::Base
belongs_to :registrar
CASH = 'cash'
end