Sha256: b5480b262d4c18f5739c6b3244a0dfbedf0113961869845776aeff04030d10cd
Contents?: true
Size: 255 Bytes
Versions: 12
Compression:
Stored size: 255 Bytes
Contents
class Ahoy::Message include Mongoid::Document belongs_to :user, polymorphic: true, optional: true, index: true field :to, type: String field :mailer, type: String field :subject, type: String field :sent_at, type: Time index({to: 1}) end
Version data entries
12 entries across 12 versions & 1 rubygems