gistflow/gistflow

View on GitHub
app/views/posts/comments/_form.html.slim

Summary

Maintainability
Test Coverage
= form_for [comment.post, comment], :remote => true do |f|
  = render partial: "posts/comments/#{action}", locals: { f: f, action: action }