add shop info in split bill

This commit is contained in:
phyusin
2018-02-09 14:19:53 +06:30
parent 9f6505fd95
commit 4c563e23bf
2 changed files with 9 additions and 1 deletions

View File

@@ -206,4 +206,10 @@ class Origami::SplitBillController < BaseOrigamiController
end
end
#Shop Name in Navbor
helper_method :shop_detail
def shop_detail
@shop = Shop.first
end
end