playground/app/models/scrap.rb

6 lines
102 B
Ruby
Raw Normal View History

2026-05-17 03:44:36 +00:00
class Scrap < ApplicationRecord
has_one_attached :image
has_rich_text :text
has_rich_text :notes
end