barcode update
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
Rails.application.routes.draw do
|
||||
|
||||
|
||||
resources :sellers
|
||||
resources :clients
|
||||
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
|
||||
root :to => 'home#index'
|
||||
@@ -50,5 +51,9 @@ Rails.application.routes.draw do
|
||||
#batch_line_items
|
||||
post "generate_card_account_items" =>"batch_line_items#generate_card_account_items"
|
||||
post "update_manufacture_uid" => "batch_line_items#update_manufacture_uid"
|
||||
post "code_activate" => "batch_line_items#code_activate"
|
||||
get "activated_list" => "batch_line_items#activated_list"
|
||||
get "seller_info" => "batch_line_items#seller_info"
|
||||
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user