We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aafbf0a + 676fe1b commit 9b343c2Copy full SHA for 9b343c2
actionmailbox/app/models/action_mailbox/inbound_email.rb
@@ -28,7 +28,7 @@ class InboundEmail < Record
28
include Incineratable, MessageId, Routable
29
30
has_one_attached :raw_email, service: ActionMailbox.storage_service
31
- enum status: %i[ pending processing delivered failed bounced ]
+ enum :status, %i[ pending processing delivered failed bounced ]
32
33
def mail
34
@mail ||= Mail.from_source(source)
0 commit comments