Skip to content

Commit 7b9ad29

Browse files
committed
Feature: Adds routing for new print picklist
1 parent f6921bb commit 7b9ad29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config/routes.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ def set_up_flipper
241241
post :start
242242
end
243243
get :print_unfulfilled, on: :collection
244+
get :print_picklist, on: :member
244245
end
245246
resources :requests, except: %i(destroy) do
246247
resource :cancelation, only: [:new, :create], controller: 'requests/cancelation'

0 commit comments

Comments
 (0)