Class: Workarea::InventoryNotification

Inherits:
Object
  • Object
show all
Includes:
ApplicationDocument
Defined in:
app/models/workarea/inventory_notification.rb

Instance Method Summary collapse

Instance Method Details

#mark_as_sent!Object



19
20
21
# File 'app/models/workarea/inventory_notification.rb', line 19

def mark_as_sent!
  update_attributes(sent_at: Time.now)
end