Skip to content

Instantly share code, notes, and snippets.

@ebinion
Created May 1, 2012 17:09
Show Gist options
  • Save ebinion/2569695 to your computer and use it in GitHub Desktop.
Save ebinion/2569695 to your computer and use it in GitHub Desktop.
New form style Rails
<h1 id="edit_the_">Edit the <%= @line.name %></h1>
<%= form_for @line do |form| %>
<%= form.label :name, "Name of this train" %>
<%= form.text_field :name %>
<%= form.label :frequency, "Frequency of this train line" %>
<%= form.text_field :frequency %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment