summaryrefslogtreecommitdiff
path: root/app/controllers/statics_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/statics_controller.rb')
-rw-r--r--app/controllers/statics_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/statics_controller.rb b/app/controllers/statics_controller.rb
index 70d3bd8..8ea9524 100644
--- a/app/controllers/statics_controller.rb
+++ b/app/controllers/statics_controller.rb
@@ -1,6 +1,6 @@
class StaticsController < ApplicationController
- caches_action :online, expires_in: 10.seconds
+ caches_action :online, expires_in: 10.seconds, layout: false
def index
if current_user