vegantech/sims

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

Summary

Maintainability
Test Coverage
<h1>New school</h1>

<%= labelled_form_for(@school, :url => district_schools_path) do |f| %>
  <%= render :partial => f %>
  <p>
    <%= f.submit "Create" %>
  </p>
<% end %>

<%= link_to 'Back', district_schools_path %>