<%= form.label :job_id %> <%= form.collection_select :job_id, Job.project(@project), :id, :name %>