martin nyagah mugo

Joined

1,120 Experience
11 Lessons Completed
0 Questions Solved

Activity

Thank you Michael

Incase you are having an issue with the sign up button not working use this:

<%= form.submit "Sign Up", data: { turbo: false }, class: "btn btn-primary"%>

and on your form_with add local:true like this:
<%= form_with model: @user, url: sign_up_path, local: true do |form| %>