al13ntown/app/models/miniblog.rb

6 lines
105 B
Ruby
Raw Permalink Normal View History

2026-08-24 20:12:41 +00:00
class Miniblog < ApplicationRecord
has_one_attached :image
has_rich_text :text
#has_rich_text :notes
end