saasbook

show_view_with_edit_link.html.haml

Aug 15th, 2013
863
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.15 KB | None | 0 0
  1. -# modify last 2 lines of app/views/movies/show.html.haml to:
  2. = link_to 'Edit info', edit_movie_path(@movie)
  3. = link_to 'Back to movie list', movies_path
Add Comment
Please, Sign In to add comment