update pull split bill
This commit is contained in:
@@ -58,4 +58,10 @@ class Origami::OtherChargesController < BaseOrigamiController
|
||||
dining = {:table_id => table_id, :table_type => table.type }
|
||||
render :json => dining.to_json
|
||||
end
|
||||
|
||||
#Shop Name in Navbor
|
||||
helper_method :shop_detail
|
||||
def shop_detail
|
||||
@shop = Shop.first
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user