Advertisement
saasbook

edit_vs_delete_link.html.haml

Jan 10th, 2012
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.20 KB | None | 0 0
  1. -# Our Edit link from previous example:
  2. = link_to 'Edit info', edit_movie_path(@movie)
  3. -# You might think to try this for Delete, but it won't work:
  4. = link_to 'Delete', movie_path(@movie), :method => :delete
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement