Sha256: df5d5fda36a5996851e28c9c8c12189e6715b43b2c429356579309558a83c149

Contents?: true

Size: 149 Bytes

Versions: 160

Compression:

Stored size: 149 Bytes

Contents

module WithNumber
  extend ActiveSupport::Concern

  included do
    validates_presence_of :number

    default_scope -> { order(:number) }
  end
end

Version data entries

160 entries across 160 versions & 2 rubygems

Version Path
mumuki-domain-9.23.0 app/models/concerns/with_number.rb
mumuki-domain-9.22.1 app/models/concerns/with_number.rb
mumuki-domain-9.22.0 app/models/concerns/with_number.rb
mumuki-domain-9.21.0 app/models/concerns/with_number.rb
mumuki-domain-9.20.0 app/models/concerns/with_number.rb
mumuki-domain-9.19.0 app/models/concerns/with_number.rb
mumuki-domain-9.18.0 app/models/concerns/with_number.rb
mumuki-domain-9.17.0 app/models/concerns/with_number.rb
mumuki-domain-9.16.0 app/models/concerns/with_number.rb
mumuki-domain-9.15.0 app/models/concerns/with_number.rb
mumuki-domain-9.14.1 app/models/concerns/with_number.rb
mumuki-domain-9.14.0 app/models/concerns/with_number.rb
mumuki-domain-9.13.1 app/models/concerns/with_number.rb
mumuki-domain-9.13.0 app/models/concerns/with_number.rb
mumuki-domain-9.12.0 app/models/concerns/with_number.rb
mumuki-domain-9.11.0 app/models/concerns/with_number.rb
mumuki-domain-9.10.0 app/models/concerns/with_number.rb
mumuki-domain-9.9.0 app/models/concerns/with_number.rb
mumuki-domain-9.8.1 app/models/concerns/with_number.rb
mumuki-domain-9.8.0 app/models/concerns/with_number.rb