Skip to content

Instantly share code, notes, and snippets.

@JoeyBy
Last active June 3, 2016 20:06
Show Gist options
  • Save JoeyBy/db3b4cf6b6cacefadc7ca228f62e0f21 to your computer and use it in GitHub Desktop.
Save JoeyBy/db3b4cf6b6cacefadc7ca228f62e0f21 to your computer and use it in GitHub Desktop.
<%= form_for @task do |f| %>
<div>
<%= f.label "title *" %>
<%= f.text_field "title" %>
</div>
<div>
<%= f.label "description" %>
<%= f.text_area "description" %>
</div>
<div>
<%= f.submit "Create" %>
</div>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment