Re: [Rails] Re: flash[:notice] not working

2012-09-10 Thread Jim Ruther Nill
there shouldn't be any issue with your code. how do you display the flash messages? On Mon, Sep 10, 2012 at 8:34 PM, Manoj M. wrote: > Loganathan S. wrote in post #1075308: > > Paste your code... > > > > Sent from Samsung Mobile. > > Hi, > here is my code below, @user is saved successfully but

Re: [Rails] Re: flash[:notice] not working

2012-09-10 Thread Jordon Bedwell
On Mon, Sep 10, 2012 at 5:34 AM, Manoj M. wrote: > Loganathan S. wrote in post #1075308: >> Paste your code... >> >> Sent from Samsung Mobile. > > Hi, > here is my code below, @user is saved successfully but not flash > doesnot works. I have wrote this in userscontroller > > > > > if @user.sa

[Rails] Re: flash[:notice] not working

2012-09-10 Thread Manoj M.
Loganathan S. wrote in post #1075308: > Paste your code... > > Sent from Samsung Mobile. Hi, here is my code below, @user is saved successfully but not flash doesnot works. I have wrote this in userscontroller if @user.save flash[:notice] = "Your account has been created." re