Sha256: 450ffd1f6527316f42e6a3abccee8fca2d0c377a36366876f56ababb7b9536a4
Contents?: true
Size: 535 Bytes
Versions: 49
Compression:
Stored size: 535 Bytes
Contents
# == Schema Information # # Table name: wbase_mail_events # # id :integer not null, primary key # sg_message_id :string # email :string # timestamp :string # smtp_id :string # event :string # data :json # mail_eventable_id :integer # mail_eventable_type :string # created_at :datetime not null # updated_at :datetime not null # module Wbase class MailEvent < ActiveRecord::Base end end
Version data entries
49 entries across 49 versions & 1 rubygems