fixup! application controller: clean up exception handling.

This commit is contained in:
evazion
2019-08-14 01:46:43 -05:00
parent d657624a80
commit 5e78e36537

View File

@@ -1,7 +1,7 @@
<%# backtrace %>
<ul class="backtrace">
<% if exception.present? %>
<% if defined?(exception) %>
<li><%= exception.class.to_s %> exception raised</li>
<% end %>