Sha256: 218cf3917370d0c8b847796ac82adc69f3664925121a32215956c89227cfb0f9

Contents?: true

Size: 118 Bytes

Versions: 17

Compression:

Stored size: 118 Bytes

Contents

class Page < Spontaneous::Page
  field :title
  box :things, :type => :CustomBox do
    field :introduction
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

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