From 3e01db11def43419dd42727485e4005f78687c08 Mon Sep 17 00:00:00 2001 From: AndrewMurrell Date: Sun, 2 Mar 2014 22:12:09 -0500 Subject: Since I don't know how to do stuff with forms, I edited the actual HTML to fix where the form submits to. Tomer should help correct it. --- app/views/users/new.html.erb | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index 331abd4..715d40e 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb @@ -1,5 +1,6 @@

Sign Up

+<% if false %> <%= form_for :user do |f| %>

<%= f.label :name %>
@@ -25,3 +26,32 @@ <%= f.submit %>

<% end %> + + +<% end %> + +
+

+
+ +

+

+
+ +

+

+
+ +

+

+
+ +

+

+
+ +

+

+ +

+
\ No newline at end of file -- cgit v1.2.3