Multiple image upload finished

This commit is contained in:
San Wai Lwin
2018-03-26 11:40:04 +06:30
parent 110dc80f0c
commit 186353acb0
4 changed files with 9 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
class DisplayImage < ApplicationRecord
mount_uploader :image, DisplayImageUploader
#mount_uploader :image, DisplayImageUploader
belongs_to :shop
end