Guest User

Untitled

a guest
Feb 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. = form_for(@quote, :action => url(:quotes) ) do
  2. %ul.right
  3. %li
  4. = fields_for @year do #you need to output this... as it does return a value
  5. = select :id, :label => "Vehicle Year", :collection => Year.all({:order => [:order]}), :text_method => "name", :value_method => "id"
  6. %li
  7. = submit "Create"
Add Comment
Please, Sign In to add comment