Skip to content

Commit

Permalink
Merge pull request #3443 from nebulab/kennyadsl/remove-unused-route
Browse files Browse the repository at this point in the history
Remove unused route
  • Loading branch information
jacobherrington authored Dec 10, 2019
2 parents 6aa7436 + 157154b commit 48f1fd9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions backend/config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,7 @@

delete '/option_values/:id', to: "option_values#destroy", as: :option_value

resources :properties do
collection do
get :filtered
end
end
resources :properties

delete '/product_properties/:id', to: "product_properties#destroy", as: :product_property

Expand Down

0 comments on commit 48f1fd9

Please sign in to comment.