mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
Trying to fix documentable issue
This commit is contained in:
parent
e52a79a813
commit
7728a90cf4
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ class Epp::Contact < Contact
|
|||
# disable STI, there is type column present
|
||||
self.inheritance_column = :sti_disabled
|
||||
|
||||
# temp fix
|
||||
has_many :legal_documents, as: :documentable
|
||||
|
||||
class << self
|
||||
# rubocop: disable Metrics/PerceivedComplexity
|
||||
# rubocop: disable Metrics/CyclomaticComplexity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue