testy/app/models/product.rb

4 lines
64 B
Ruby
Raw Normal View History

2026-05-17 11:12:43 +00:00
class Product < ApplicationRecord
has_one_attached :image
end