aboutsummaryrefslogtreecommitdiff
path: root/app/views/application/_debug.html.erb
blob: fce114d7c613beca26034dc272155322979dbdfa (plain)
1
2
3
4
5
<% if Rails.env.development? %>
    <div id="debug">
        <%= yield :debug %>
    </div>
<% end %>