There was an error while loading. Please reload this page.
1 parent f8fa9a0 commit 6b326a2Copy full SHA for 6b326a2
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