I'm thinking it's something to do with it not being able to access the database. In my pages controller I have this: def edit_account @user = User.find(params[:id]) case params[:view] when 'basic_info' render 'pages/settings/basic_info' …
I'm thinking it's something to do with it not being able to access the database. In my pages controller I have this: def edit_account @user = User.find(params[:id]) case params[:view] when 'basic_info' render 'pages/settings/basic_info' …
A few highly recommended friends...