Require authentication

This commit is contained in:
2023-04-01 18:53:30 +02:00
parent e29c060a39
commit 0e72219373
3 changed files with 3 additions and 4 deletions

View File

@@ -1,2 +1,3 @@
class ApplicationController < ActionController::Base
before_action :authenticate_user!
end