session fix

This commit is contained in:
2026-05-05 20:02:39 +02:00
parent 130be14c59
commit 7b6cead6d5
2 changed files with 7 additions and 1 deletions
@@ -1,3 +1,3 @@
class ApplicationController < ActionController::Base
protect_from_forgery with: :null_session
protect_from_forgery with: :exception
end