ljones140/StieglitzGram

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

Summary

Maintainability
Test Coverage
= form_for [photo, @comment] do |f|
  = f.label :comment
  = f.text_field :comment
  = f.submit 'submit comment', class: "button"