From ea7171b32250b12d321e52a205b46c2cbc41e02d Mon Sep 17 00:00:00 2001 From: Matchu Date: Sun, 31 Jul 2011 23:45:57 -0400 Subject: [PATCH] fix ambiguous item_link partial throwing errors in outfits#show --- app/views/items/_item.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/items/_item.html.haml b/app/views/items/_item.html.haml index a3de7727..7b497011 100644 --- a/app/views/items/_item.html.haml +++ b/app/views/items/_item.html.haml @@ -1,3 +1,3 @@ .object - = render :partial => 'item_link', :locals => {:item => item} + = render :partial => 'items/item_link', :locals => {:item => item}