Topic: ActionController::RoutingError in Products#index
hi all,
i m also facing the same issue pls suggest me a solution?????
ActionController::RoutingError in copy_books#index
Showing app/views/copy_books/index.html.erb where line #32 raised:
29: <td><%=h copy_book.last_modified_by_user.username %></td>
30: <td><%=h copy_book.creation_time %></td>
31: <td><%=h copy_book.created_by_user.username %></td>
32: <td><%= link_to 'Show', copy_book %></td>
33: <td><%= link_to 'Edit', edit_copy_book_path(copy_book) %></td>
34: <td><%= link_to 'Destroy', copy_book, :confirm => 'Are you
sure?', :method => :delete %></td>
35: </tr>
thanks in advance..
Regards,
Arul