Change
Copy_book
To
Copy_book_path(copy_book)
Sent from my BlackBerry® smartphone from Sinyal Bagus XL, Nyambung Teruuusss...!
-----Original Message-----
From: arulvel Perumal <lists@ruby-forum.com>
Sender: rubyonrails-talk@googlegroups.com
Date: Fri, 21 Dec 2012 12:05:14
To: <rubyonrails-talk@googlegroups.com>
Reply-To: rubyonrails-talk@googlegroups.com
Subject: [Rails] Re: 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
--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
1 comment:
i am associated with a Ruby on Rails Company and i was looking for the same info and must say thanks to you.
Post a Comment