app/models/unidom/standard/standard_associating.rb in unidom-standard-1.3.5 vs app/models/unidom/standard/standard_associating.rb in unidom-standard-1.3.6
- old
+ new
@@ -16,6 +16,6 @@
def self.associate!(source, with: target, due_to: 'REVS', at: Time.now)
create! source_id: to_id(source), target_id: to_id(with), association_code: due_to, opened_at: at
end
-end
+end unless Unidom::Common::Neglection.namespace_neglected? 'Unidom::Standard::StandardAssociating'