Skip to content

Instantly share code, notes, and snippets.

@salgadobreno
Created March 31, 2011 00:35
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 salgadobreno/895593 to your computer and use it in GitHub Desktop.
Save salgadobreno/895593 to your computer and use it in GitHub Desktop.
<%= form_for [:event, new_comment] do |f| %>
<%= f.text_area :comment %>
<%= f.submit "Comentar" %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment