otwa-aggie/app/models/status.rb
2026-08-13 00:44:25 -04:00

4 lines
81 B
Ruby

class Status < ApplicationRecord
belongs_to :user
has_one_attached :icon
end