class ApplicationLog include Mongoid::Document belongs_to :application, dependent: :nullify field :severity, :type => String field :type, :type => String field :date, :type => Date field :data, :type => Object end