Report abuse


			
<% ########################################################################### %>
<% # Nice little code snippet to toggle some debug info in the web page view #%>

<% if ENV['RAILS_ENV'] == 'development' %>

 <%= javascript_include_tag 'prototype' %>
 
[Show Debug Params ➲] [Show Debug Session ➲]
<% end %> <% ########################################################################### %>