README.md
21.5 KB
-
When using the form_for helper in the example, we need to use users_path and not… · cc27f492
When using the form_for helper in the example, we need to use users_path and not user_path (which will point to the show action instead of the create action).
Yasith Fernando committed