comment in shop.rb

This commit is contained in:
Myat Zin Wai Maw
2019-07-26 13:58:41 +06:30
parent 3d110774ba
commit cdc9675511
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
class Shop < ApplicationRecord
ShopDetail = Shop.find_by_id(1)
#ShopDetail = Shop.find_by_id(1)
# Shop Image Uploader
mount_uploader :logo, ShopImageUploader