weathermen/soundstorm

View on GitHub
app/views/tracks/_form.html.haml

Summary

Maintainability
Test Coverage
= upload_form_with model: track do |f|
  %main.form__fields
    = render 'fields', f: f
  %footer.form__controls
    = f.submit_button