Hugo Peixoto
9058ed98f7
Instead of sending all the payment details by email, we're now sending only a link to a page on this platform. This is to help reduce questions of whether the emails are from scammers or real.
4 lines
59 B
Ruby
4 lines
59 B
Ruby
class Payment < ApplicationRecord
|
|
belongs_to :member
|
|
end
|