mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Add accounts and activities
This commit is contained in:
parent
fb318e37cb
commit
b5521594ce
8 changed files with 170 additions and 1 deletions
4
app/models/account.rb
Normal file
4
app/models/account.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
class Account < ActiveRecord::Base
|
||||
belongs_to :registrar
|
||||
CASH = 'cash'
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue