mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Did that
This commit is contained in:
parent
1087d70182
commit
427fa83325
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
require "mail"
|
require "mail"
|
||||||
|
|
||||||
# TODO: Add email_message_id to the record extracted from raw_email.message_id to make tracing emails easier
|
|
||||||
class ActionMailroom::InboundEmail < ActiveRecord::Base
|
class ActionMailroom::InboundEmail < ActiveRecord::Base
|
||||||
self.table_name = "action_mailroom_inbound_emails"
|
self.table_name = "action_mailroom_inbound_emails"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue