playground/app/models/post.rb

7 lines
86 B
Ruby
Raw Permalink Normal View History

2026-05-17 03:44:36 +00:00
class Post < ApplicationRecord
has_one_attached :icon_image
has_rich_text :text
end