WIP: BOM Refactor, adding for_line_items action to enterprises controller

This commit is contained in:
Rob Harrington
2015-11-04 15:02:29 +11:00
parent 625e0888ea
commit ae7e744644
14 changed files with 79 additions and 64 deletions

View File

@@ -68,6 +68,7 @@ Openfoodnetwork::Application.routes.draw do
resources :enterprises do
collection do
get :for_order_cycle
get :for_line_items
post :bulk_update, as: :bulk_update
end