Centralize auth (#598)

This commit is contained in:
Zach Gollwitzer
2024-04-03 10:35:55 -04:00
committed by GitHub
parent b3c48d13e7
commit 0a0289846e
10 changed files with 13 additions and 14 deletions

View File

@@ -1,6 +1,4 @@
class SettingsController < ApplicationController
before_action :authenticate_user!
def edit
end