mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
parent
ae64c7cbed
commit
3162c76bbf
2 changed files with 13 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
class Account < ActiveRecord::Base
|
||||
include Versions
|
||||
belongs_to :registrar
|
||||
|
||||
belongs_to :registrar, required: true
|
||||
has_many :account_activities
|
||||
|
||||
validates :account_type, presence: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue