Skip to content

Instantly share code, notes, and snippets.

@VitorRibeiroCustodio
Created August 14, 2019 02:10
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 VitorRibeiroCustodio/b876917102b6a4222af4b5bd705e1f1d to your computer and use it in GitHub Desktop.
Save VitorRibeiroCustodio/b876917102b6a4222af4b5bd705e1f1d to your computer and use it in GitHub Desktop.
<%= form_for([@post, Comment.new], remote: true) do |form| %>
Your comment: <br>
<%= form.text_area :body, size: '50x20' %><br>
<%= form.submit %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment