I have the following in my controller:
redirect_to signin_path, :notice => \"The email is already registered\"
In my view I have
Best approach is to write these line in views/layouts/application.html.erb file
<%= notice %> <%= alert %>
and write
layout 'application' in controllers
layout 'application'