Guest User

Untitled

a guest
Jul 17th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <p>
  2. <%= f.label :position %> (ASC order: 1 is the first displayed, 2 is second, etc.)<br />
  3. <%= @count = @jobs.length %>
  4. <%= f.select("position", "person_id", @count.times {|p| [ @jobs[p].title, @jobs[p].id ] }) %>
  5. </p>
  6.  
  7. ## error
  8. undefined method `merge' for 8:Fixnum
Add Comment
Please, Sign In to add comment