Sha256: 2a860f0a4cd4664728f8c581b9fc8b97b8c598e983a929dcf2e876af877d4aa0
Contents?: true
Size: 378 Bytes
Versions: 34
Compression:
Stored size: 378 Bytes
Contents
Notifiable.configure do |config| # The controller class that the DeviceTokenController should extend config.api_controller_class = ApplicationController # 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
34 entries across 34 versions & 1 rubygems