fixup! application controller: clean up exception handling.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<%# backtrace %>
|
||||
|
||||
<ul class="backtrace">
|
||||
<% if exception.present? %>
|
||||
<% if defined?(exception) %>
|
||||
<li><%= exception.class.to_s %> exception raised</li>
|
||||
<% end %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user