Sha256: f842f935e57c7f08154275fc673bd7210d5b293145673b23cbe908c129675f41

Contents?: true

Size: 171 Bytes

Versions: 236

Compression:

Stored size: 171 Bytes

Contents

module Effective
  class SoldOutValidator < ActiveModel::Validator
    def validate(record)
      record.errors[:base] << 'sold out' if record.sold_out?
    end
  end
end

Version data entries

236 entries across 236 versions & 1 rubygems

Version Path
effective_orders-4.4.0 app/models/effective/sold_out_validator.rb
effective_orders-4.3.2 app/models/effective/sold_out_validator.rb
effective_orders-4.3.1 app/models/effective/sold_out_validator.rb
effective_orders-3.2.0 app/models/validators/effective/sold_out_validator.rb
effective_orders-4.3.0 app/models/effective/sold_out_validator.rb
effective_orders-4.2.7 app/models/effective/sold_out_validator.rb
effective_orders-4.2.6 app/models/effective/sold_out_validator.rb
effective_orders-4.2.5 app/models/effective/sold_out_validator.rb
effective_orders-4.2.4 app/models/effective/sold_out_validator.rb
effective_orders-4.2.3 app/models/effective/sold_out_validator.rb
effective_orders-4.2.2 app/models/validators/effective/sold_out_validator.rb
effective_orders-3.1.7 app/models/validators/effective/sold_out_validator.rb
effective_orders-3.1.6 app/models/validators/effective/sold_out_validator.rb
effective_orders-4.2.1 app/models/validators/effective/sold_out_validator.rb
effective_orders-4.2.0 app/models/validators/effective/sold_out_validator.rb
effective_orders-3.1.4 app/models/validators/effective/sold_out_validator.rb
effective_orders-4.1.5 app/models/validators/effective/sold_out_validator.rb
effective_orders-3.1.3 app/models/validators/effective/sold_out_validator.rb
effective_orders-3.1.0 app/models/validators/effective/sold_out_validator.rb
effective_orders-3.0.4 app/models/validators/effective/sold_out_validator.rb