Not sure how and where you install @school. if @school is zero, the above answer may not work.
However, you can also use
<%= simple_form_for [:school, @student] do |f| %> <%= f.input :first_name %> <%= f.input :last_name %> <%= f.submit %> <% end %>
source share