Skip to content

Instantly share code, notes, and snippets.

@manojnaidu619
Created August 23, 2018 15:34
Show Gist options
  • Save manojnaidu619/28d099c5db0d7482c797f215714c7edb to your computer and use it in GitHub Desktop.
Save manojnaidu619/28d099c5db0d7482c797f215714c7edb to your computer and use it in GitHub Desktop.
Devise flash messages showing on the screen
<%- flash.each do |name, msg| -%>
<%= content_tag :div, msg, :id => "flash_#{name}" if msg.is_a?(String) %>
<%- end -%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment