Files
fizzy/app/models/pop/reason.rb
T
2025-04-04 12:24:11 +02:00

4 lines
64 B
Ruby

class Pop::Reason < ApplicationRecord
belongs_to :account
end