Sha256: 962b2936aa0d3947438ad883efcaa7a4451e904bcd84db57712d756490c42f79

Contents?: true

Size: 184 Bytes

Versions: 4

Compression:

Stored size: 184 Bytes

Contents

class Comment
  include Mongoid::Document
  include Mongoid::Userstamps::Updated
  include Mongoid::Userstamps::Deleted

  field :content

  userstamps_model.user_model = "Person"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mongoid-userstamps-3.4.1 test/models/comment.rb
mongoid-userstamps-3.4.0 test/models/comment.rb
mongoid-userstamps-3.3.0 test/models/comment.rb
mongoid-userstamps-3.2.1 test/models/comment.rb