There was an error while loading. Please reload this page.
2 parents 80579b0 + 6b326a2 commit 74a2159Copy full SHA for 74a2159
app/views/cms/application/_exception.html.erb
@@ -1,6 +1,6 @@
1
<div class="errorExplanation" id="errorExplanation">
2
<h2>An Error Occurred</h2>
3
<ul>
4
- <li><%=h "#{exception.class.name}: #{exception.message}" %></li>
+ <li><%=h "#{@exception.class.name}: #{@exception.message}" %></li>
5
</ul>
6
</div>
0 commit comments