Advertisement
saasbook

render_collection.html.haml

Aug 15th, 2013
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.17 KB | None | 0 0
  1. -# A single row of the All Movies table
  2. %tr
  3.   %td= movie.title
  4.   %td= movie.rating
  5.   %td= movie.release_date
  6.   %td= link_to "More about #{movie.title}", movie_path(movie)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement