BathHacked/energy-sparks

View on GitHub
app/views/schools/cads/edit.html.erb

Summary

Maintainability
Test Coverage
<h1>Edit CAD</h1>

<%= simple_form_for([@school, @cad]) do |f| %>
  <%= render 'form', f: f, submit: 'Save' %>
<% end %>