config/routes.rb in workarea-reviews-3.0.10 vs config/routes.rb in workarea-reviews-3.1.0
- old
+ new
@@ -4,9 +4,13 @@
resources :catalog_products, only: [] do
member do
get :reviews
end
end
+
+ resource :report, only: [] do
+ get :reviews_by_product
+ end
end
end
Workarea::Storefront::Engine.routes.draw do
scope '(:locale)', constraints: Workarea::I18n.routes_constraint do