updated for food and beverage bugs

This commit is contained in:
Yan
2017-06-12 14:11:13 +06:30
parent ca2dc181d6
commit 4212ad45b3
4 changed files with 24 additions and 30 deletions

View File

@@ -72,7 +72,7 @@ Rails.application.routes.draw do
#--------- Cashier ------------#
namespace :origami do
root "home#index"
get "/:booking_id" => "home#show" do #origami/:booking_id will show
get "/:booking_id" => "home#index" do #origami/:booking_id will show
# resources :discounts, only: [:index,:new, :create ] #add discount type
resources :customers #add customer type
end