Sha256: ac7782b1a2e21f48529d9275fddf1d3f6c2b8841b791fbaf3cd2e2b26b3a9753
Contents?: true
Size: 283 Bytes
Versions: 18
Compression:
Stored size: 283 Bytes
Contents
# encoding: UTF-8 class ClientProject < Piece field :title field :url field :image field :second_image, :image field :description, :markdown field :completed, :date box :images do allow :ProjectImage end box :other_stuff do allow :ProjectImage end end
Version data entries
18 entries across 18 versions & 1 rubygems