Sha256: 1b85c463a7b0550937efb23e172ebdbb5bbf578272aa7e7c8c5b7879407a6def
Contents?: true
Size: 268 Bytes
Versions: 47
Compression:
Stored size: 268 Bytes
Contents
class Contribution < ActiveRecord::Base belongs_to :user belongs_to :project belongs_to :country has_many :payment_notifications has_many :payments scope :was_confirmed, -> { where("contributions.was_confirmed") } def international? false end end
Version data entries
47 entries across 47 versions & 1 rubygems