Class: Notifications::ApplicationController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/notifications/application_controller.rb

Direct Known Subclasses

NotificationsController

Instance Method Summary collapse

Instance Method Details

#authenticate_user!Object



16
17
18
# File 'app/controllers/notifications/application_controller.rb', line 16

def authenticate_user!
  origin_authenticate_user! if Notifications.config.authenticate_user_method
end

#current_userObject



12
13
14
# File 'app/controllers/notifications/application_controller.rb', line 12

def current_user
  origin_current_user
end