crowdAI/crowdai

View on GitHub
app/views/challenges/form/_clef_fields.html.erb

Summary

Maintainability
Test Coverage
<label>CLEF Task</label>
<%= collection_select(
      :challenge,
      :clef_task_id,
      ClefTask.all,
      :id,
      :task,
      include_blank: false,
      prompt: 'No task selected') %>