Files
fizzy/app/models/pop/reason.rb
T
2025-04-04 10:59:53 +02:00

6 lines
91 B
Ruby

class Pop::Reason < ApplicationRecord
belongs_to :account
FALLBACK_LABEL = "Done"
end