about summary refs log tree commit diff
path: root/app/controllers/settings/notifications_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/settings/notifications_controller.rb')
-rw-r--r--app/controllers/settings/notifications_controller.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/controllers/settings/notifications_controller.rb b/app/controllers/settings/notifications_controller.rb
index ce2530c54..6286e3ebf 100644
--- a/app/controllers/settings/notifications_controller.rb
+++ b/app/controllers/settings/notifications_controller.rb
@@ -1,10 +1,6 @@
 # frozen_string_literal: true
 
-class Settings::NotificationsController < ApplicationController
-  layout 'admin'
-
-  before_action :authenticate_user!
-
+class Settings::NotificationsController < Settings::BaseController
   def show; end
 
   def update