Skip to content

Commit dadd54f

Browse files
committed
L'action "move" des liens n'existe pas
et ne devrait dont pas être référencée dans sa configuration
1 parent 063b7f7 commit dadd54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/bookmarks_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class BookmarksController < ApplicationController
55
before_action :authenticate_account!, except: [:index, :show]
66
before_action :find_bookmark, except: [:index, :new, :create]
77
after_action :marked_as_read, only: [:show], if: :account_signed_in?
8-
after_action :expire_cache, only: [:create, :update, :destroy, :move]
8+
after_action :expire_cache, only: [:create, :update, :destroy]
99
caches_page :index, if: Proc.new { |c| c.request.format.atom? && c.request.ssl? && c.request.host == c.request.host.downcase }
1010
respond_to :html, :atom, :md
1111

0 commit comments

Comments
 (0)