<%= @follow_up.business.name %>

<%= @follow_up.business.department.school.name %>
<%= @follow_up.business.department.name %>

<%= 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 %>
%