fixed action caching

This commit is contained in:
MrYummy
2017-06-02 19:01:50 +02:00
parent 44392c1df3
commit 0c3f6b2223
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ gem 'activerecord-session_store'
gem 'highlight_js-rails', github: 'RedstonerServer/highlight_js-rails'
gem 'kaminari', github: 'jomo/kaminari', branch: 'patch-2' # pagination
gem 'jquery-textcomplete-rails', github: 'RedstonerServer/jquery-textcomplete-rails' # @mentions
gem 'actionpack-action_caching'
gem 'actionpack-action_caching', github: 'antulik/actionpack-action_caching', ref: '8c6e52c69315d67437f480da5dce4b7c8737fb32'
# Gems used only for assets and not required
# in production environments by default.

View File

@@ -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