app/models/unidom/action/reason.rb in unidom-action-1.16.1 vs app/models/unidom/action/reason.rb in unidom-action-1.16.2
- old
+ new
@@ -8,6 +8,6 @@
include Unidom::Common::Concerns::ModelExtension
validates :name, presence: true, length: { in: 2..self.columns_hash['name'].limit }
-end
+end unless Unidom::Common::Neglection.namespace_neglected? 'Unidom::Action::Reason'