Skip to content

Instantly share code, notes, and snippets.

@drogus
Created January 7, 2009 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drogus/44252 to your computer and use it in GitHub Desktop.
Save drogus/44252 to your computer and use it in GitHub Desktop.
= form_for @comment, :action => slice_url(:comments) do
= text_area :body
= submit "Send"
<textarea name="article_comment[body]" id="article_comment_body"></textarea>
<input type="submit" value="Send" name="submit"/>
<form method="post" action="/comments"></form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment