Basic Rails Q: How do I get /users/new to show up on /static/index

Posted by Jason on Stack Overflow See other posts from Stack Overflow or by Jason
Published on 2010-06-17T00:29:08Z Indexed on 2010/06/17 0:32 UTC
Read the original article Hit count: 167

Filed under:

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

© Stack Overflow or respective owner

Related posts about ruby-on-rails