Sha256: e8d99d3fb66c2d5e03bf3144a2507f045c4fc69b818bd2d3bd5399e572d79e14
Contents?: true
Size: 557 Bytes
Versions: 10
Compression:
Stored size: 557 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 [:device_id, :token, :provider] #config.api_device_token_params = [:device_id, :token, :provider] # The class representing the holder of the device config.user_class = User # Set the delivery method to test, preventing notifications from being sent # Defaults to :send #config.delivery_method = :test end
Version data entries
10 entries across 10 versions & 1 rubygems