Class: Alert::Daily

Inherits:
BaseService
  • Object
show all
Defined in:
app/services/alert/daily.rb

Overview

Service object: daily.

Instance Method Summary collapse

Instance Method Details

#processObject



4
5
6
7
# File 'app/services/alert/daily.rb', line 4

def process
  # Turned off for the time being
  # InventoryMailer.low_stock_warning_advertised_products.deliver_later
end