otwarchive-symphonyarchive/app/models/status.rb
2026-03-11 22:22:11 +00:00

4 lines
81 B
Ruby

class Status < ApplicationRecord
belongs_to :user
has_one_attached :icon
end