Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Applied doc patch from #479.
Browse files Browse the repository at this point in the history
  • Loading branch information
bernerdschaefer committed Jul 23, 2008
1 parent 9d7560e commit b3ba958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/property_spec.rb
Expand Up @@ -13,7 +13,7 @@ class Actor
property :id, Serial
property :name, String, :track => :set # :track default is :get for mutable types
property :notes, DataMapper::Types::Text
property :age, Integer # :track default is :set for mutable types
property :age, Integer # :track default is :set for immutable types
property :rating, Integer
property :location, String
property :lead, TrueClass, :track => :load
Expand Down

0 comments on commit b3ba958

Please sign in to comment.