Hi - trying to update a table with page.replace_html using a partial:
The view (index.html.erb):
[code=]
<%= render :partial => ‘product’ %>
<%= product.name %> | <%= product.vendor.name %> |
What could be the problem?
Hi - trying to update a table with page.replace_html using a partial:
The view (index.html.erb):
[code=]
<%= product.name %> | <%= product.vendor.name %> |
What could be the problem?
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs