Skip to content

Instantly share code, notes, and snippets.

@handofthecode
handofthecode / application.html.erb
Last active March 27, 2022 10:55 — forked from mebezac/application.html.erb
Rails Ajax Flash Messages
<div id="main" role="main">
<div class="container">
<div class="row">
<div class="span12" id="top-div"> <!--! added "top-div" id to help with ajax -->
<%= render 'layouts/messages' %>
<%= yield %>
</div>
</div>
<footer>
</footer>