Sha256: 3799dd8527be5b3b0dd424de2f3152e87367241c7e5f65d05a257f5dfe980239
Contents?: true
Size: 228 Bytes
Versions: 7
Compression:
Stored size: 228 Bytes
Contents
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
Version data entries
7 entries across 7 versions & 1 rubygems