class TicketQueryResponse include Mongoid::Document include Mongoid::Timestamps field :response field :response_by, type: BSON::ObjectId belongs_to :ticket_query end