Sign in through GitHub

johnwilde's Profile

GitHub User: johnwilde

Comments by

Avatar

I found that I needed to change this line:
<% form_tag projects_path, :method => 'get' do %>
to
<%= form_tag projects_path, :method => 'get' do %>
in order to get the form to appear.