Sha256: ddb07b4f7976749c0823e69e9957bda3e63f0c8353153545a264882ed31092f8
Contents?: true
Size: 503 Bytes
Versions: 16
Compression:
Stored size: 503 Bytes
Contents
Dashboard.Contribution = DS.Model.extend user: DS.belongsTo('user') project: DS.belongsTo('project') reward: DS.belongsTo('reward') value: DS.attr('string') anonymous: DS.attr('boolean') state: DS.attr('string') rights: DS.attr('object') payment_method: DS.attr('string') payment_service_fee: DS.attr('string') payment_service_fee_paid_by_user: DS.attr('boolean') payment_id: DS.attr('string') key: DS.attr('string') created_at: DS.attr('date') confirmed_at: DS.attr('date')
Version data entries
16 entries across 16 versions & 1 rubygems