Sha256: 439ebefdd42b1193db963e1437e99651c2d3190531722076eadb693261bc3e9a

Contents?: true

Size: 308 Bytes

Versions: 12

Compression:

Stored size: 308 Bytes

Contents

module ActivityNotification
  # Controller to manage notifications API with Devise authentication.
  class NotificationsApiWithDeviseController < NotificationsApiController
    include DeviseTokenAuth::Concerns::SetUserByToken if defined?(DeviseTokenAuth)
    include DeviseAuthenticationController
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
activity_notification-2.3.3 app/controllers/activity_notification/notifications_api_with_devise_controller.rb
activity_notification-2.3.2 app/controllers/activity_notification/notifications_api_with_devise_controller.rb
activity_notification-2.3.1 app/controllers/activity_notification/notifications_api_with_devise_controller.rb
activity_notification-2.3.0 app/controllers/activity_notification/notifications_api_with_devise_controller.rb
activity_notification-2.2.4 app/controllers/activity_notification/notifications_api_with_devise_controller.rb
activity_notification-2.2.3 app/controllers/activity_notification/notifications_api_with_devise_controller.rb
activity_notification-2.2.2 app/controllers/activity_notification/notifications_api_with_devise_controller.rb
activity_notification-2.2.1 app/controllers/activity_notification/notifications_api_with_devise_controller.rb
activity_notification-2.2.0 app/controllers/activity_notification/notifications_api_with_devise_controller.rb
activity_notification-2.1.4 app/controllers/activity_notification/notifications_api_with_devise_controller.rb
activity_notification-2.1.3 app/controllers/activity_notification/notifications_api_with_devise_controller.rb
activity_notification-2.1.2 app/controllers/activity_notification/notifications_api_with_devise_controller.rb