BathHacked/energy-sparks

View on GitHub
app/views/schools/pupils/new.html.erb

Summary

Maintainability
Test Coverage
<h1><%= t('schools.pupils.new.title') %></h1>

<%= simple_form_for @pupil, url: school_pupils_path(@school) do |f| %>
  <%= render 'form', f: f %>
  <%= f.submit t('schools.pupils.new.create'), class: 'btn btn-rounded'%>
<% end %>