Class: Alert::Daily
- Inherits:
-
BaseService
- Object
- BaseService
- Alert::Daily
- Defined in:
- app/services/alert/daily.rb
Overview
Service object: daily.
Instance Method Summary collapse
Instance Method Details
#process ⇒ Object
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 |