We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063b7f7 commit dadd54fCopy full SHA for dadd54f
app/controllers/bookmarks_controller.rb
@@ -5,7 +5,7 @@ class BookmarksController < ApplicationController
5
before_action :authenticate_account!, except: [:index, :show]
6
before_action :find_bookmark, except: [:index, :new, :create]
7
after_action :marked_as_read, only: [:show], if: :account_signed_in?
8
- after_action :expire_cache, only: [:create, :update, :destroy, :move]
+ after_action :expire_cache, only: [:create, :update, :destroy]
9
caches_page :index, if: Proc.new { |c| c.request.format.atom? && c.request.ssl? && c.request.host == c.request.host.downcase }
10
respond_to :html, :atom, :md
11
0 commit comments