badar_madeena/app/models/product.rb

7 lines
119 B
Ruby

class Product < ApplicationRecord
has_rich_text :description
has_many_attached :images
belongs_to :category
end