RailsCasts Pro episodes are now free!

Learn more or hide this

joehou's Profile

GitHub User: joehou

Comments by

Avatar

<%= form_tag projects_path, :method => 'get' do %>
you need an equal sign for rails 3
<%=
instead of
<%