otwarchive-sunsetarchive/app/models/status.rb
2026-03-17 01:16:49 -04:00

5 lines
82 B
Ruby

class Status < ApplicationRecord
belongs_to :user
has_one_attached :icon
end