Skip to content

Instantly share code, notes, and snippets.

@matthodan
Created December 1, 2010 00:59
Show Gist options
  • Save matthodan/722744 to your computer and use it in GitHub Desktop.
Save matthodan/722744 to your computer and use it in GitHub Desktop.

Revisions

  1. @invalid-email-address Anonymous revised this gist Dec 1, 2010. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.rhtml
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    <%= form_for @user do |u| %>
    <%= form_for @user do |f| %>
    <%= f.text_field :name %>
    <%= f.error_message_on :name %>
    <% end %>
  2. @invalid-email-address Anonymous renamed this gist Dec 1, 2010. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. @invalid-email-address Anonymous created this gist Dec 1, 2010.
    4 changes: 4 additions & 0 deletions gistfile1.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    <%= form_for @user do |u| %>
    <%= f.text_field :name %>
    <%= f.error_message_on :name %>
    <% end %>