class AskAdmin include Mongoid::Document include Mongoid::Timestamps field :email, type: String has_and_belongs_to_many :categories end