Class: Alert::Daily

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

Instance Method Summary collapse

Instance Method Details

#processObject



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

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