New to rails and having some trouble rendering a partial. Essentially,
I want the partial to display an index of all the items from another
model. Do I need to add something to the controller to do this?
It doesn’t give me an error, but neither does it give me the partial.
If I remove :collection then I get a nil object error.
Have you looked at the html in your browser? View, Page source or
similar. See whether the html is there. It may be that it is not
displaying due to invalid html. I presume that show.html.erb is
generating the table tags?
Colin
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.