Sha256: 11d0dc9649fc745eca16cfdb98fc54a71975340e4d6109458c4f984e141d9a92

Contents?: true

Size: 373 Bytes

Versions: 2

Compression:

Stored size: 373 Bytes

Contents

# frozen_string_literal: true

NotificationPusher.configure do |config|
  # A delivery method handles the process of sending your notifications to
  # various services for you.
  # Learn more: https://github.com/jonhue/notifications-rails/tree/master/notification-pusher#delivery-methods
  # config.register_delivery_method :email, :ActionMailer, email: 'my@email.com'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
notification-pusher-3.0.2 lib/generators/templates/install/initializer.rb
notification-pusher-2.0.0 lib/generators/templates/install/initializer.rb