Skip to content

Commit

Permalink
changed signup form to use names routes
Browse files Browse the repository at this point in the history
  • Loading branch information
hale committed Mar 27, 2012
1 parent 27a1600 commit 4b57d58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/users/_sign_up.html.erb
@@ -1,4 +1,5 @@
<%= form_for(:user, :url => {:action => 'create', :controller => 'users'}) do |f| %>
<%= form_for(User.new) do |f| %>
<div class="field">
<%= f.label :name %>
<%= f.text_field :name, :size => 20 %>
Expand Down

0 comments on commit 4b57d58

Please sign in to comment.