+
+
+ marketsIndex_path
+ |
+
+ GET
+ |
+
+ /markets(.:format)
+ |
+
+ markets#index
+ |
+
+
+
+ showthemarket_path
+ |
+
+ GET
+ |
+
+ /markets/show/:id(.:format)
+ |
+
+ markets#show
+ |
+
+
+
+ createmarket_path
+ |
+
+ POST
+ |
+
+ /markets/create(.:format)
+ |
+
+ markets#create
+ |
+
+
+
+ newmarket_path
+ |
+
+ GET
+ |
+
+ /markets/new(.:format)
+ |
+
+ markets#new
+ |
+
+
+
+ editmarket_path
+ |
+
+ GET
+ |
+
+ /markets/:id/edit(.:format)
+ |
+
+ markets#edit
+ |
+
+
+
+ updatemarket_path
+ |
+
+ PATCH
+ |
+
+ /markets/:id/update(.:format)
+ |
+
+ markets#update
+ |
+
+
+
+ destroymarket_path
+ |
+
+ DELETE
+ |
+
+ /markets/:id/destroy(.:format)
+ |
+
+ markets#destroy
+ |
+
+
+
+ createvendor_path
+ |
+
+ POST
+ |
+
+ /markets/createvendor(.:format)
+ |
+
+ markets#createvendor
+ |
+
+
+
+ newvendor_path
+ |
+
+ GET
+ |
+
+ /markets/newvendor(.:format)
+ |
+
+ markets#newvendor
+ |
+
+
+
+ editvendor_path
+ |
+
+ GET
+ |
+
+ /markets/:id/editvendor(.:format)
+ |
+
+ markets#editvendor
+ |
+
+
+
+ updatevendor_path
+ |
+
+ PATCH
+ |
+
+ /markets/:id/updatevendor(.:format)
+ |
+
+ markets#updatevendor
+ |
+
+
+
+ destroyvendor_path
+ |
+
+ DELETE
+ |
+
+ /markets/:id/destroyvendor(.:format)
+ |
+
+ markets#destroyvendor
+ |
+
+
+
+ vendor_index_path
+ |
+
+ GET
+ |
+
+ /vendors(.:format)
+ |
+
+ vendors#index
+ |
+
+
+
+ new_product_path
+ |
+
+ GET
+ |
+
+ /vendors/:id/products/new(.:format)
+ |
+
+ vendors#new
+ |
+
+
+
+ show_vendor_path
+ |
+
+ GET
+ |
+
+ /vendors/:id/show(.:format)
+ |
+
+ vendors#show
+ |
+
+
+
+ create_product_path
+ |
+
+ POST
+ |
+
+ /vendors/:id/products/create(.:format)
+ |
+
+ vendors#create
+ |
+
+
+
+ edit_product_path
+ |
+
+ GET
+ |
+
+ /vendors/:id/edit(.:format)
+ |
+
+ vendors#edit
+ |
+
+
+
+ update_product_path
+ |
+
+ PATCH
+ |
+
+ /vendors/:id/update(.:format)
+ |
+
+ vendors#update
+ |
+
+
+
+ delete_product_path
+ |
+
+ DELETE
+ |
+
+ /vendors/:id/destroy(.:format)
+ |
+
+ vendors#destroy
+ |
+
+
+
+ show_product_path
+ |
+
+ GET
+ |
+
+ /vendors/show_product/:id(.:format)
+ |
+
+ vendors#show_product
+ |
+
+
+
+ new_sale_path
+ |
+
+ GET
+ |
+
+ /vendors/:vendor_id/products/:product_id/new_sale(.:format)
+ |
+
+ vendors#new_sale
+ |
+
+
+
+ create_sale_path
+ |
+
+ POST
+ |
+
+ /vendors/create_sale(.:format)
+ |
+
+ vendors#create_sale
+ |
+
+
+
+ index_path
+ |
+
+ GET
+ |
+
+ /
+ |
+
+ general_users#index
+ |
+
+
+
+ sort_by_path
+ |
+
+ GET
+ |
+
+ /general_users/sort_by(.:format)
+ |
+
+ general_users#sort_by
+ |
+
+
+
+ general_users_index_path
+ |
+
+ GET
+ |
+
+ /general_users/index(.:format)
+ |
+
+ general_users#index
+ |
+
+
+
+ showmarket_path
+ |
+
+ GET
+ |
+
+ /general_users/show/:id(.:format)
+ |
+
+ general_users#show
+ |
+
+
+
+