Skip to content

Instantly share code, notes, and snippets.

View johncblandii's full-sized avatar
🚢
Ready to ship.

John C. Bland II johncblandii

🚢
Ready to ship.
View GitHub Profile
@johncblandii
johncblandii / gist:1947754
Created March 1, 2012 06:22
form_for failing
This fails to output the <form>.
<div>
<h2>Sign Up</h2> Already a user? <%= link_to "Sign In Here", signin_path %>
</div
<%= form_for @u do |f| %>
...form fields here...
<% end %>