Skip to content

Commit 6b326a2

Browse files
author
Andy Olliver
committed
fix error reporting on attempting to save content_block instances
1 parent f8fa9a0 commit 6b326a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="errorExplanation" id="errorExplanation">
22
<h2>An Error Occurred</h2>
33
<ul>
4-
<li><%=h "#{exception.class.name}: #{exception.message}" %></li>
4+
<li><%=h "#{@exception.class.name}: #{@exception.message}" %></li>
55
</ul>
66
</div>

0 commit comments

Comments
 (0)