Signup steps with validation

This commit is contained in:
2020-12-02 20:46:46 +01:00
parent 7aadb5cb51
commit 9cebfd3f58
8 changed files with 175 additions and 2 deletions

View File

@@ -8,5 +8,5 @@
by invitation. Seems like you have good friends!
</p>
<p>
<%= link_to "Get started", signup_path, class: "next-step" %>
<%= link_to "Get started", signup_steps_path(1), class: "next-step" %>
</p>