Sha256: a9d880501f4e1cdbe9b61ca54e4dd8599e83d1680ff30ccdb522683443c511f0

Contents?: true

Size: 279 Bytes

Versions: 2

Compression:

Stored size: 279 Bytes

Contents

module ActivityNotification
  # Controller to manage subscriptions API with Devise authentication.
  class SubscriptionsApiWithDeviseController < SubscriptionsApiController
    include DeviseTokenAuth::Concerns::SetUserByToken
    include DeviseAuthenticationController
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activity_notification-2.1.1 app/controllers/activity_notification/subscriptions_api_with_devise_controller.rb
activity_notification-2.1.0 app/controllers/activity_notification/subscriptions_api_with_devise_controller.rb