Sha256: 1a94cf620cdebccf8356ca00cd55affaa676976dbfe0a943cdb013fa69aa552a

Contents?: true

Size: 251 Bytes

Versions: 1

Compression:

Stored size: 251 Bytes

Contents

# -*- encoding : utf-8 -*-
class Post
  include Mongoid::Document
  include Mongoid::Userstamp

  mongoid_userstamp user_model: 'Admin',
                    created_name: :writer,
                    updated_name: :editor

  field :title
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mongoid_userstamp-0.4.0 spec/support/post.rb