Sha256: 57acf44112c298e25d1c4141a4b896acc942c2c408ca03787630a3ca2276e332
Contents?: true
Size: 140 Bytes
Versions: 35
Compression:
Stored size: 140 Bytes
Contents
class Contribution < ActiveRecord::Base belongs_to :user belongs_to :project has_many :payment_notifications has_many :payments end
Version data entries
35 entries across 35 versions & 1 rubygems