app/models/unidom/party/person.rb in unidom-party-1.8.4 vs app/models/unidom/party/person.rb in unidom-party-1.8.5
- old
+ new
@@ -9,6 +9,6 @@
include Unidom::Party::Concerns::AsSourceParty
include Unidom::Party::Concerns::AsTargetParty
validates :name, presence: true, length: { in: 2..self.columns_hash['name'].limit }
-end
+end unless Unidom::Common::Neglection.namespace_neglected? 'Unidom::Party::Person'