Sha256: d69ba3e9c9e182d77647bf999494879d631dcfd3d01e7a70d88bafd4faacd122

Contents?: true

Size: 279 Bytes

Versions: 2

Compression:

Stored size: 279 Bytes

Contents

module ActivityNotification
  # Controller to manage notifications API with Devise authentication.
  class NotificationsApiWithDeviseController < NotificationsApiController
    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/notifications_api_with_devise_controller.rb
activity_notification-2.1.0 app/controllers/activity_notification/notifications_api_with_devise_controller.rb