Sha256: f3f0aea5219ea39cb2c9a83324f1eebda40e8da5cb3da54415400e0b3a05dc6f

Contents?: true

Size: 253 Bytes

Versions: 5

Compression:

Stored size: 253 Bytes

Contents

module Scram
  class TestModel
    include Mongoid::Document
    include Scram::DSL::ModelConditions

    field :targetable_int, type: Integer, default: 3
    field :targetable_array, type: Array, default: ["a"]
    field :owner, type: String
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
scram-0.1.4 spec/scram/test_implementations/test_model.rb
scram-0.1.3 spec/scram/test_implementations/test_model.rb
scram-0.1.2 spec/scram/test_implementations/test_model.rb
scram-0.1.1 spec/scram/test_implementations/test_model.rb
scram-0.1.0 spec/scram/test_implementations/test_model.rb