In following this tutorial:
When I sign up or sign out I don’t get a flash message as shown in the
tutorial, what could be the problem here?
Thanks.
In following this tutorial:
When I sign up or sign out I don’t get a flash message as shown in the
tutorial, what could be the problem here?
Thanks.
Abder-Rahman A. wrote:
In following this tutorial:
#209 Introducing Devise - RailsCastsWhen I sign up or sign out I don’t get a flash message as shown in the
tutorial, what could be the problem here?Thanks.
Hi Abder-Rahman
Keep an eye on your migration file … if you’re using User as your
devise model. Check if these are available before running the rake
t.database_authenticatable :null => false
t.recoverable
t.rememberable
t.trackable
See to it that your application.html.erb has the following flash codes
like.
cheers,
Andre
Thanks a lot Andre.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs