Class: DcReply

Inherits:
Object
  • Object
show all
Includes:
Mongoid::Document, Mongoid::Timestamps
Defined in:
app/models/dc_reply.rb

Overview

Schema information

Collection name: dc_reply : Replies

_id                  BSON::ObjectId       _id
created_at           Time                 Created at
updated_at           Time                 updated_at
subject              String               Subject, short description of reply
body                 String               Body text of reply
active               Mongoid::Boolean     Reply is active
doc_id               BSON::ObjectId       Replied document id
doc_class            String               Document origin class
created_by           BSON::ObjectId       Created by
created_by_name      String               Reply author's name