saasbook

new_review.html.haml

Mar 13th, 2014
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.19 KB | None | 0 0
  1. %h1 New Review for #{@movie.title}
  2.  
  3. = form_tag movie_reviews_path(@movie) do
  4.   %label How many potatoes:
  5.   = select_tag 'review[potatoes]', options_for_select(1..5)
  6.   = submit_tag 'Create Review'
Add Comment
Please, Sign In to add comment