Re: [Rails] Re: Devise Nested Resources

2010-08-28 Thread Mark Hayes
Thanks, this is just what I was looking for. On Fri, Aug 27, 2010 at 6:17 PM, Errol Siegel wrote: > I just happened to be looking for the same information. I found it > here: > > http://www.michaelharrison.ws/weblog/?p=349 > > To quote the relevant part: > > The solution is to give devise_for

[Rails] Re: Devise Nested Resources

2010-08-27 Thread Errol Siegel
I just happened to be looking for the same information. I found it here: http://www.michaelharrison.ws/weblog/?p=349 To quote the relevant part: The solution is to give devise_for an alternate path to use for user authentication, e.g. accounts: devise_for :users, :path => 'accounts' resourc