<%= select_tag "clazz_id", options_for_select(@clazz, @follow_up.clazz_id), class: 'required' %>
<%= select_tag "stage_id", options_for_select(@stages, @follow_up.stage_id), class: 'required' %>
<%= select_tag "place_id", options_for_select(@places, @follow_up.place_id), include_blank: true %>