Hi
I haveJust attmpting to start using edge rails for the first time.
Couldnt find the answer to this anywhere, below is a small peiece of
code I have been using, but flash[:notice] does not seem to work anymore
What should i be using instead?
%if flash[:notice] || flash[:alert] -%>
<%= flash[:notice] || flash[:alert] %>
<% end -%>
cheers