i need to create a document to see my app running
this code (products/index) generates the error:
<td><%= link_to Category.find(product.category_id).name, category_path(product.category_id) %></td>
folow the code:
https://github.com/webofbits/ninjastore