shepherd has_many
animals. I am trying to clone one of them:
dolly=shepherd.animals.build(sheep.clone)
I get error:
undefined method `stringify_keys!' for #<Sheep:0xb6ce154c>
why? what is another way to clone dolly so that she would be associated with a shepherd and have sheep's attributes?