spec/models/person.rb in structure-0.9.0 vs spec/models/person.rb in structure-0.10.0

- old
+ new

@@ -1,5 +1,5 @@ class Person < Structure key :name key :age, :type => Integer - has_many :friends + embeds_many :friends end