config/routes.rb in educode_sales-0.9.76 vs config/routes.rb in educode_sales-0.9.77

- old
+ new

@@ -27,14 +27,19 @@ get :follow_ups get :list get :new_follow_up post :add_follow_ups get :product_list + get :new_product + post :product_catalog + get :show_follow_record end member do post :advise get :assign post :assign_staff + get :edit_product + put :update_product_catalog end end resources :logs