There was an error while loading. Please reload this page.
1 parent 7ca0b45 commit 863c95aCopy full SHA for 863c95a
app/controllers/cms/application_controller.rb
@@ -1,5 +1,11 @@
1
module Cms
2
class ApplicationController < ::ApplicationController
3
include Cms::AdminController
4
+
5
+ before_action :no_browser_caching
6
7
+ def no_browser_caching
8
+ expires_now
9
+ end
10
end
11
0 commit comments