Class: Attachment
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Attachment
- Extended by:
- Enumerize
- Defined in:
- app/models/attachment.rb
Overview
typed: ignore
Constant Summary collapse
- ON_QUEUE_STATUS =
Define constants for different statuses to store in job status
'on_queue'.freeze
- ON_PROGRESS_STATUS =
'on_progress'.freeze
- DONE_STATUS =
'done'.freeze
- FAILED_STATUS =
'failed'.freeze
- RETRYING_STATUS =
'retrying'.freeze
- PENDING_EMAIL_STATUS =
'pending'.freeze
- FAILED_EMAIL_STATUS =
'failed'.freeze
- SENT_EMAIL_STATUS =
'sent'.freeze