Module: DeliveryMethods::DatabaseDecorator

Defined in:
app/notifications/delivery_methods/database_decorator.rb

Instance Method Summary collapse

Instance Method Details

#deliverObject



3
4
5
# File 'app/notifications/delivery_methods/database_decorator.rb', line 3

def deliver
  recipient.ensure_unique_database_delivery_method(attributes)
end