Sha256: f19f35ded799491534883642dcf9e72992d16d1a879fb735f77f056059ff32be
Contents?: true
Size: 485 Bytes
Versions: 16
Compression:
Stored size: 485 Bytes
Contents
Dashboard.Project = DS.Model.extend user: DS.belongsTo('user') channel: DS.belongsTo('channel') name: DS.attr('string') permalink: DS.attr('string') category: DS.attr('string') goal: DS.attr('string') pledged: DS.attr('string') recommended: DS.attr('boolean') featured: DS.attr('boolean') home_page: DS.attr('boolean') online_date: DS.attr('date') expires_at: DS.attr('date') state: DS.attr('string') rights: DS.attr('object') html_url: DS.attr('string')
Version data entries
16 entries across 16 versions & 1 rubygems