4 lines
64 B
Ruby
4 lines
64 B
Ruby
|
|
class Product < ApplicationRecord
|
||
|
|
has_one_attached :image
|
||
|
|
end
|