Skip to content

Instantly share code, notes, and snippets.

@dreamr
Created September 3, 2010 18:00
Show Gist options
  • Save dreamr/564268 to your computer and use it in GitHub Desktop.
Save dreamr/564268 to your computer and use it in GitHub Desktop.
## _item.haml
...
= comment_form(item)
## comments_helper.rb
...
def comment_form(comment=nil)
partial 'comments/form',
:comment => comment,
:style => 'display: block'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment