From 5f1b7da95d80c245a0b90b2f285ff0653fe8be1a Mon Sep 17 00:00:00 2001 From: evazion Date: Sat, 23 Dec 2017 18:23:41 -0600 Subject: [PATCH] Fix "RuntimeError: can't modify frozen String" in static/error.html.erb. Fixes a frequently occurring error in New Relic. --- app/views/static/error.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/static/error.html.erb b/app/views/static/error.html.erb index 6d09563e7..5a06cb8e9 100644 --- a/app/views/static/error.html.erb +++ b/app/views/static/error.html.erb @@ -1,7 +1,7 @@ <% if CurrentUser.user.is_builder? && @exception.present? %>

<%= @exception.class.to_s %> exception raised