app/models/unidom/party/government_agency.rb in unidom-party-1.8.4 vs app/models/unidom/party/government_agency.rb in unidom-party-1.8.5
- old
+ new
@@ -14,6 +14,6 @@
belongs_to :supervision_region, polymorphic: true
scope :supervision_region_is, ->(region) { where supervision_region: region }
-end
+end unless Unidom::Common::Neglection.namespace_neglected? 'Unidom::Party::GovernmentAgency'