Don't cache admin pages

This commit is contained in:
2023-05-21 10:50:00 +10:00
parent 9066b88d63
commit d943b1c762

View File

@@ -3,5 +3,8 @@
module Admin
class Action < Adamantium::Action
config.default_headers = {
"Cache-Control" => "no-cache"
}
end
end