On Thu, Mar 19, 2009 at 8:01 PM, mirts <dasmi...@gmail.com> 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 rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to