On 25 November 2015 at 21:27, fugee ohu <fugee...@gmail.com> wrote:
> This fails to display the listings
>
> In my store_controller.rb
>   def catalog
>    @category=Category.find(params[:id])
>   end
>
> In catalog.html.erb
> <div>
>  <table>
>  <% @category.descendants.each do |category| %>
>   <% category.listings.each do |listing| %>
>    <%= listing.title %>
>   <% end %>
>  <% end %>
>  </table>
> </div>

I don't know whether it is the main problem but some tr and td
elements might help :)

Colin

>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ruby on Rails: Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to rubyonrails-talk+unsubscr...@googlegroups.com.
> To post to this group, send email to rubyonrails-talk@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/rubyonrails-talk/be360451-a042-4b5f-96c1-f64c707e2cbe%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLssWnBaUyNA51EgU4Ua0Ny_j1kuZze-oVm5Nyq%3D4EZ73w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to