app/models/unidom/standard/standard.rb in unidom-standard-1.3.5 vs app/models/unidom/standard/standard.rb in unidom-standard-1.3.6

- old
+ new

@@ -19,6 +19,6 @@ validates :name, presence: true, length: { in: 2..self.columns_hash['name'].limit } validates :number, presence: true, length: { in: 2..self.columns_hash['number'].limit }, uniqueness: true scope :number_is, ->(number) { where number: number } -end +end unless Unidom::Common::Neglection.namespace_neglected? 'Unidom::Standard::Standard'