spec/models/animal.rb in datamapper-0.2.5 vs spec/models/animal.rb in datamapper-0.3.0
- old
+ new
@@ -1,5 +1,5 @@
-class Animal #< DataMapper::Base
+class Animal #< DataMapper::Base # please do not remove this
include DataMapper::Persistence
property :name, :string, :default => "No Name", :index => :unique
property :notes, :text
property :nice, :boolean
\ No newline at end of file