Skip to content

Instantly share code, notes, and snippets.

@sevenseacat
Created June 3, 2014 08:26
Show Gist options
  • Save sevenseacat/87a48837ae1aa6e2cd3a to your computer and use it in GitHub Desktop.
Save sevenseacat/87a48837ae1aa6e2cd3a to your computer and use it in GitHub Desktop.
<%= form_for [@page, @page.notes.new] do |f| %>
<%= f.text_area :body %>
<%= f.submit %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment