Sha256: c77e51e41ba2d3abc591c3fb5c43d42ff9e8eb1a624e075673aac1154eda9256
Contents?: true
Size: 728 Bytes
Versions: 8
Compression:
Stored size: 728 Bytes
Contents
Notifiable.configure do |config| # The controller class that the DeviceTokenController should extend config.api_controller_class = ApplicationController # Set the params permitted for creation of device tokens # Defaults to [:token, :provider, :app_id] #config.api_device_token_params = [:token, :provider, :app_id, :locale] # 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 end
Version data entries
8 entries across 8 versions & 1 rubygems