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 -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

