update create order function
This commit is contained in:
@@ -11,6 +11,7 @@ class Origami::AddordersController < BaseOrigamiController
|
||||
def show
|
||||
@menu = MenuCategory.all
|
||||
@table_id = params[:id]
|
||||
@table_type = DiningFacility.find(@table_id).type
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user