Hi I have a question about using the restful-authentication plugin. I have it working just fine with the "out of the box" setup.
I am trying to add a user partial form nested into a form of another model. I can not seem to figure out how to have this form add a new user to the users model. I have other nested forms that work just fine.
I think the problem is that the user model does not have a user_controller but instead is supposed to use :url => user_profiles_path so when I nest this in another form it doesn't work.
I am just so lost, I need to figure out how to nest a new User form into a Unit/new form.
I am not sure if this makes sense, but any direction would be greatly appreciated.
Thanks