GitHub User: johnwilde
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.
<% form_tag projects_path, :method => 'get' do %>
<%= form_tag projects_path, :method => 'get' do %>
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.