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