Basic Rails Q: How do I get /users/new to show up on /static/index
- by Jason
This is a 101 question I know, sorry.
I have two controllers; Users and Static
Static/index is my root index page
I want the Users/new form to be displayed on my index page.
All forms are working, just no idea how to include the User form on Static/index