mirror of
https://github.com/internetee/registry.git
synced 2025-08-13 21:19:31 +02:00
Add EPP Errors to Contact
This commit is contained in:
parent
0b58142fd4
commit
47db36db15
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
class Contact < ActiveRecord::Base
|
class Contact < ActiveRecord::Base
|
||||||
include Versions # version/contact_version.rb
|
include Versions # version/contact_version.rb
|
||||||
|
include EppErrors
|
||||||
|
|
||||||
belongs_to :registrar
|
belongs_to :registrar
|
||||||
has_many :domain_contacts
|
has_many :domain_contacts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue