fixed conflict after merch dev for current shop
This commit is contained in:
@@ -397,4 +397,9 @@ class Origami::SplitBillController < BaseOrigamiController
|
||||
render :json => { status: true }
|
||||
end
|
||||
|
||||
#Shop Name in Navbor
|
||||
helper_method :shop_detail
|
||||
def shop_detail
|
||||
@shop = Shop.current_shop
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user