saasbook

topmovies.html.haml

Aug 15th, 2013
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.13 KB | None | 0 0
  1. -# a cacheable partial for top movies
  2. - cache('top_moviegoers') do
  3.   %ul#topmovies
  4.     - @top_5.each do |movie|
  5.       %li= moviegoer.name
Add Comment
Please, Sign In to add comment