Sha256: 7ba55d93a87789f543471dcef31f32a248a536607ca17564bd42d4f4794efc1e
Contents?: true
Size: 389 Bytes
Versions: 14
Compression:
Stored size: 389 Bytes
Contents
name: Bands description: List of bands slug: bands order_by: name fields: - name: hint: Name of the band - leader: type: string label: Fullname of the leader - kind: type: select label: "Music kind (grunge, rock, pop, country)" select_options: ['grunge', 'rock', 'country'] - songs: type: has_many class_name: songs inverse_of: band ui_enabled: true
Version data entries
14 entries across 14 versions & 2 rubygems