Remove unnecessary code
This commit is contained in:
parent
71047bc289
commit
665ccc46fc
2 changed files with 2 additions and 2 deletions
|
@ -9,5 +9,5 @@ class ContactList < ApplicationRecord
|
|||
|
||||
has_one :person
|
||||
|
||||
has_many :contacts, dependent: :restrict_with_exception
|
||||
has_many :contacts
|
||||
end
|
||||
|
|
|
@ -7,7 +7,7 @@ class ContactNetwork < ApplicationRecord
|
|||
# Associations #
|
||||
################
|
||||
|
||||
has_many :contacts, dependent: :restrict_with_exception
|
||||
has_many :contacts
|
||||
|
||||
#############
|
||||
# Callbacks #
|
||||
|
|
Reference in a new issue