Files
sx-fc/app/models/display_image.rb
San Wai Lwin 694feb9c06 For pull
2018-03-13 14:46:07 +06:30

6 lines
110 B
Ruby

class DisplayImage < ApplicationRecord
mount_uploader :image, DisplayImageUploader
belongs_to :shop
end