Hello, I am used tO the :include parameter always inside a find method:
@posts = Post.find(:all, :include => [:user]) How can I wire the :include to the relationship outside the find method? @posts = Post.find(:all) @posts...(HERE THE METHOD TO WIRE UP THE USER TO EACH POST) Thanks -- 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.

