Advertisement
saasbook

edit_vs_delete_link.html.haml

Aug 15th, 2013
849
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. -# This Delete link will not really be a link, but a form:
  4. = link_to 'Delete', movie_path(@movie), :method => :delete
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement