update add order

This commit is contained in:
Aung Myo
2017-07-26 15:04:35 +06:30
parent c93b50d46a
commit 83b8d72632
6 changed files with 111 additions and 96 deletions

View File

@@ -10,6 +10,7 @@ class Origami::AddordersController < BaseOrigamiController
def show
@menu = MenuCategory.all
@table_id = params[:id]
end
private