app/models/unidom/party/person.rb in unidom-party-0.1 vs app/models/unidom/party/person.rb in unidom-party-0.2
- old
+ new
@@ -29,8 +29,8 @@
has_many :source_linkings, class_name: 'Party::PartyLinking', as: :target_party
#has_many :source_people, through: :source_linkings, source: :source_party, source_type: 'Party::Person'
#has_many :source_shops, through: :source_linkings, source: :source_party, source_type: 'Party::Shop'
- include ::Unidom::Common::ModelExtension
+ include Unidom::Common::Concerns::ModelExtension
end