Skip to content

Instantly share code, notes, and snippets.

@zetavg
Last active July 26, 2020 08:53
Show Gist options
  • Save zetavg/d77201e0bd7b5e10f444 to your computer and use it in GitHub Desktop.
Save zetavg/d77201e0bd7b5e10f444 to your computer and use it in GitHub Desktop.
Rails simple flash message.
<% flash.each do |type, message| %>
<p class="<%= type %>"><%= message %></p>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment