4 lines
64 B
Ruby
4 lines
64 B
Ruby
|
class Contribution < ApplicationRecord
|
||
|
belongs_to :member
|
||
|
end
|