Displaying 1 result from an estimated 1 matches for "hiwev".
Did you mean:
hiwe
2010 Dec 17
1
flash[;notice] not display after redirection
...end
end
the flash notice is set ... I checked it in the console:
>/users/registrations_controller.rb:27
>expire_session_data_after_sign_in!
>(rdb:2) flash {:notice=>"You have signed up successfully. However, we could not sign
you in because your account is unconfirmed."}
hiwever when the home page is displayed ... ( layout code ..)
#content_wrapper
#content
%p.notice
= flash.to_yaml
= notice
%p.alert
= alert...