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

Version Path
spontaneous-0.2.0.beta10 test/fixtures/example_application/schema/client_project.rb
spontaneous-0.2.0.beta9 test/fixtures/example_application/schema/client_project.rb
spontaneous-0.2.0.beta8 test/fixtures/example_application/schema/client_project.rb
spontaneous-0.2.0.beta7 test/fixtures/example_application/schema/client_project.rb
spontaneous-0.2.0.beta6 test/fixtures/example_application/schema/client_project.rb
spontaneous-0.2.0.beta5 test/fixtures/example_application/schema/client_project.rb
spontaneous-0.2.0.beta4 test/fixtures/example_application/schema/client_project.rb
spontaneous-0.2.0.beta3 test/fixtures/example_application/schema/client_project.rb
spontaneous-0.2.0.beta2 test/fixtures/example_application/schema/client_project.rb
spontaneous-0.2.0.beta1 test/fixtures/example_application/schema/client_project.rb
spontaneous-0.2.0.alpha7 test/fixtures/example_application/schema/client_project.rb
spontaneous-0.2.0.alpha6 test/fixtures/example_application/schema/client_project.rb
spontaneous-0.2.0.alpha5 test/fixtures/example_application/schema/client_project.rb
spontaneous-0.2.0.alpha4 test/fixtures/example_application/schema/client_project.rb
spontaneous-0.2.0.alpha3 test/fixtures/example_application/schema/client_project.rb
spontaneous-0.2.0.alpha2 test/fixtures/example_application/schema/client_project.rb
spontaneous-0.2.0.alpha1 test/fixtures/example_application/schema/client_project.rb
spontaneous-0.1.0.alpha1 test/fixtures/example_application/schema/client_project.rb