saucy/app/models/payment.rb

4 lines
59 B
Ruby

class Payment < ApplicationRecord
belongs_to :member
end