Sha256: 8d27975a72d63a147ee821425eeb23164bf83bf317d173f4eb58dead7f58363c

Contents?: true

Size: 170 Bytes

Versions: 5

Compression:

Stored size: 170 Bytes

Contents

class ModelWithoutDefaultId < MassiveRecord::ORM::Table
  column_family :info do
    field :description, :default => "I don't have any ID", :allow_nil => false
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
massive_record-0.2.2 spec/orm/models/model_without_default_id.rb
massive_record-0.2.2.rc2 spec/orm/models/model_without_default_id.rb
massive_record-0.2.2.rc1 spec/orm/models/model_without_default_id.rb
massive_record-0.2.1 spec/orm/models/model_without_default_id.rb
massive_record-0.2.1.rc1 spec/orm/models/model_without_default_id.rb