Skip to content

Commit

Permalink
Merge 08aeb3a into 2a23401
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Oct 31, 2018
2 parents 2a23401 + 08aeb3a commit c8275a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/helpers/blacklight/url_helper_behavior.rb
Expand Up @@ -72,7 +72,7 @@ def session_tracking_path document, params = {}
if respond_to?(controller_tracking_method)
send(controller_tracking_method, params.merge(id: document))
else
blacklight.track_search_context_path(params.merge(id: document))
main_app.track_catalog_path(params.merge(id: document))
end
end

Expand Down
1 change: 0 additions & 1 deletion config/routes.rb
Expand Up @@ -2,5 +2,4 @@
Blacklight::Engine.routes.draw do
get "search_history", to: "search_history#index", as: "search_history"
delete "search_history/clear", to: "search_history#clear", as: "clear_search_history"
post "/catalog/:id/track", to: 'catalog#track', as: 'track_search_context'
end

0 comments on commit c8275a9

Please sign in to comment.