1
0
Fork 0

Remove unnecessary code

This commit is contained in:
Alex Kotov 2019-08-18 07:12:13 +05:00
parent 71047bc289
commit 665ccc46fc
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
2 changed files with 2 additions and 2 deletions

View file

@ -9,5 +9,5 @@ class ContactList < ApplicationRecord
has_one :person
has_many :contacts, dependent: :restrict_with_exception
has_many :contacts
end

View file

@ -7,7 +7,7 @@ class ContactNetwork < ApplicationRecord
# Associations #
################
has_many :contacts, dependent: :restrict_with_exception
has_many :contacts
#############
# Callbacks #