Class: Iron::Account::Export
- Inherits:
-
Iron::ApplicationRecord
- Object
- ActiveRecord::Base
- Iron::ApplicationRecord
- Iron::Account::Export
- Includes:
- Broadcastable, Processable
- Defined in:
- app/models/iron/account/export.rb
Constant Summary
Constants included from Processable
Instance Method Summary collapse
Methods included from Processable
Instance Method Details
#process_later ⇒ Object
8 9 10 |
# File 'app/models/iron/account/export.rb', line 8 def process_later ExportJob.perform_later(self) end |
#title ⇒ Object
12 13 14 |
# File 'app/models/iron/account/export.rb', line 12 def title created_at.strftime("%b %-d, %Y at %-l:%M %p") end |