On Thu, Mar 19, 2009 at 8:01 PM, mirts <[email protected]> wrote:
>
> I have exactly the same problem... but no solution. Would also greatly
> appreciate suggestions as to a workaround.
>
> >
>

When I encounter this type of issue, I tend to create the high level
objects and then explicitly include them

@author = Factory(:author)

book1 = Factory(:book, :author => @author)
book2 = Factory(:book, :author => @author)
etc.

Andrew Timberlake
http://ramblingsonrails.com
http://www.linkedin.com/in/andrewtimberlake

"I have never let my schooling interfere with my education" - Mark Twain

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to