To add image field in shop
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
class Shop < ApplicationRecord
|
||||
ShopDetail = Shop.find_by_id(1)
|
||||
|
||||
# Shop Image Uploader
|
||||
mount_uploader :logo, ShopImageUploader
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user