From d48bf872e4c597e03363619a937b49fef826fb4d Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Tue, 18 Nov 2014 20:47:54 -0500 Subject: [PATCH] updated user image to square one in topic helper --- app/helpers/topics_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/topics_helper.rb b/app/helpers/topics_helper.rb index 05cbc974..6732f17e 100644 --- a/app/helpers/topics_helper.rb +++ b/app/helpers/topics_helper.rb @@ -15,7 +15,7 @@ module TopicsHelper topic['mapCount'] = t.maps.count topic['synapseCount'] = t.synapses.count topic['originator'] = t.user.name - topic['originatorImage'] = t.user.image + topic['originatorImage'] = t.user.image.url(:square) topic['rtype'] = "topic" temp.push topic