From 8b5159ecc0ec08b5ee56911ba3147714d900f6ac Mon Sep 17 00:00:00 2001 From: Josh Starcher Date: Sat, 14 Jul 2012 10:05:58 -0400 Subject: [PATCH] serialized attributes need to be cast to string --- app/views/notices/_user_attributes.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notices/_user_attributes.html.haml b/app/views/notices/_user_attributes.html.haml index 7cf8ee4..8303994 100644 --- a/app/views/notices/_user_attributes.html.haml +++ b/app/views/notices/_user_attributes.html.haml @@ -6,4 +6,4 @@ - user.each do |user_key, user_value| %tr %th= user_key - %td= auto_link(user_value).html_safe + %td= auto_link(user_value.to_s).html_safe -- libgit2 0.21.2