Skip to content

Instantly share code, notes, and snippets.

@drogus
Created January 12, 2009 18:01
Show Gist options
  • Save drogus/46077 to your computer and use it in GitHub Desktop.
Save drogus/46077 to your computer and use it in GitHub Desktop.
<textarea name="article_comment[body]" id="article_comment_body">
</textarea>
<input type="submit" value="Save" name="submit"/>
<form method="post" action="/article_comment">
<textarea name="article_comment[body]" id="article_comment_body"></textarea>
<input type="submit" value="Save" name="submit"/>
</form>
<hr/>
<form method="post" action="/nil_class">
<textarea name="nil_class[body]" id="nil_class_body"></textarea>
<input type="submit" value="Save" name="submit"/>
</form>
<%= form_for(@comment) do %>
<%= text_area :body %>
<%= submit "Save" %>
<% end =%>
<%= part CommentsPart => :new %>
<hr/>
<%= form_for(@comment) do %>
<%= text_area :body %>
<%= submit "Save" %>
<% end =%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment