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