<% if Rails.env.development? %>

Developer Pane

<% params.each do |key, value| %>
<%= key %>
<%= value %>
<% end %>
<% end %>