Sha256: 4b1996e673131195e73b0a004d25f1f6057f5583a6c8e7b9a8d1cafccf26092c

Contents?: true

Size: 101 Bytes

Versions: 3

Compression:

Stored size: 101 Bytes

Contents

class Post
  include Mongoid::Document
  field :title, type: String
  field :body,  type: String
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
csv_rails-0.7.0 test/dummy/app/models/post.rb
csv_rails-0.6.1 test/dummy/app/models/post.rb
csv_rails-0.6.0 test/dummy/app/models/post.rb