Re: [Rails] User & Profile w/ Devise

2012-09-25 Thread Christopher R. Maden
On 09/24/2012 01:18 PM, jason baguio wrote: > I am using Devise and am trying to allow each user to create 1 > profile (they can currently make many). I am able to send the the > newly registered user to the page where they can create a profile, > but when the User logs in it will not go to the

Re: [Rails] User & Profile w/ Devise

2012-09-24 Thread KUL KING
Have you checked that profile id is being passed in params[:id]? On Mon, Sep 24, 2012 at 10:18 PM, jason baguio wrote: > I am using Devise and am trying to allow each user to create 1 profile > (they can currently make many). I am able to send the the newly > registered user to the page where t

[Rails] User & Profile w/ Devise

2012-09-24 Thread jason baguio
I am using Devise and am trying to allow each user to create 1 profile (they can currently make many). I am able to send the the newly registered user to the page where they can create a profile, but when the User logs in it will not go to the Profile Show page - the error message is (Couldn't fi