Sha256: 3e6f2f89f164d10f618225bcd78761021e38f9cf85b8c930b3a04660eca00e27

Contents?: true

Size: 152 Bytes

Versions: 2

Compression:

Stored size: 152 Bytes

Contents

class Untouched
  include Mongoid::Document

  field :nothing, type: String
  field :created_at, type: DateTime
  field :updated_at, type: DateTime
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
acts_as_api-1.0.1 spec/mongoid_dummy/app/models/untouched.rb
acts_as_api-1.0.0 spec/mongoid_dummy/app/models/untouched.rb