AgileVentures/MetPlus_PETS

View on GitHub
app/views/companies/edit.html.haml

Summary

Maintainability
Test Coverage
%h2 Edit Company

= render partial: 'form', locals: {company: @company, method: :patch,
                  submit: 'Submit',
                  url: company_path(@company)}