<%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %>

Message by FlushingFlash:

<%= flush_flash(:notice) %> <%= flush_flash(:alert) %> <%= yield %>

Message by Devise:

(As the message is consumed by flushing-flash, no more messages will be displayed by the notice and alert method)

<%= notice %>

<%= alert %>