4 lines
59 B
Ruby
4 lines
59 B
Ruby
|
class Payment < ApplicationRecord
|
||
|
belongs_to :member
|
||
|
end
|