remove conflict data in ability.rb

This commit is contained in:
phyusin
2018-02-09 14:06:16 +06:30
65 changed files with 415 additions and 57 deletions

View File

@@ -128,4 +128,9 @@ def set_dining
@dining = DiningFacility.find(params[:dining_id])
end
#Shop Name in Navbor
helper_method :shop_detail
def shop_detail
@shop = Shop.first
end
end