-
-
Save paulcsmith/f3b29429dca292563c83027d42ffc9e5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%= 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