[Rails] Re: database relation's tying to pull data from another table

2010-04-29 Thread KR
Thx I figured it was something that simple On Apr 29, 7:30 am, Tim Shaffer wrote: > You need to add another loop for the cards: > > <% @collections.each do |collection| %> > <% collection.cards.each do |card| %> > <%= card.title %> > > -- > You received this message because you are subscribed to

[Rails] Re: database relation's tying to pull data from another table

2010-04-29 Thread Tim Shaffer
You need to add another loop for the cards: <% @collections.each do |collection| %> <% collection.cards.each do |card| %> <%= card.title %> -- 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-