Class: Notifications::ApplicationController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Notifications::ApplicationController
- Defined in:
- app/controllers/notifications/application_controller.rb
Direct Known Subclasses
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_user ⇒ Object
12 13 14 |
# File 'app/controllers/notifications/application_controller.rb', line 12 def current_user origin_current_user end |