saasbook

new_with_partial.html.haml

Mar 13th, 2014
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.16 KB | None | 0 0
  1. -# new.html.haml using partial
  2.  
  3. %h2 Create New Movie
  4.  
  5. = form_tag '/movies', :method => :post do
  6.   = render :partial => 'movie_form'
  7.   = submit_tag 'Save Changes'
Add Comment
Please, Sign In to add comment