config/routes.rb in refine-rails-2.11.4 vs config/routes.rb in refine-rails-2.11.5

- old
+ new

@@ -7,9 +7,10 @@ resources :stored_filters, only: [:index, :new, :create] do post "find", on: :collection end namespace :inline do resources :criteria, except: [:show] do + post "merge_groups", on: :collection post "clear", on: :collection end resources :stored_filters, only: [:index, :new, :create] do post "find", on: :collection end