Sha256: 40d9d2616c98aba522affb2d5b8cb56d7c469d2e13eeab239b9cb35562184df5

Contents?: true

Size: 614 Bytes

Versions: 5

Compression:

Stored size: 614 Bytes

Contents

Notifiable.configure do |config|
  
  # The size of the batch of Notification Statuses kept in memory
  # before being saved. This should be varied with the heap size of the process
  # sending the notifications. Defaults to 10,000.
  #config.notification_status_batch_size = 10000
  
  # Set the delivery method to test, preventing notifications from being sent
  # Defaults to :send
  #config.delivery_method = :test
  
  # Custom function to select the class for a provider
  # Defaults to nil
  #config.find_notifier_class do |notification, device|
  #  Notifiable.notifier_classes[device.provider]
  #end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
notifiable-rails-0.30.4 lib/generators/notifiable/install/templates/initializer.rb
notifiable-rails-0.30.3 lib/generators/notifiable/install/templates/initializer.rb
notifiable-rails-0.30.2 lib/generators/notifiable/install/templates/initializer.rb
notifiable-rails-0.30.1 lib/generators/notifiable/install/templates/initializer.rb
notifiable-rails-0.30.0 lib/generators/notifiable/install/templates/initializer.rb