Skip to content

Instantly share code, notes, and snippets.

@paulcsmith
Last active December 2, 2016 20:18
Show Gist options
  • Save paulcsmith/f3b29429dca292563c83027d42ffc9e5 to your computer and use it in GitHub Desktop.
Save paulcsmith/f3b29429dca292563c83027d42ffc9e5 to your computer and use it in GitHub Desktop.
<%= form_for user, url: "/users" do %>
# .... form fields
<% end %>
# ... results in
# Syntax error in src/templates/signup/new.html.ecr:1: unexpected token: )
# <%= form_for user, url: "/users" do %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment