From d640c0672f8c333ce913862e8a3097516c739b57 Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 18 Aug 2010 10:56:09 -0700 Subject: [PATCH] switch deploy branch to actually be one we are working on --- app/models/album.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/album.rb b/app/models/album.rb index b6daabb47..b30cb5c45 100644 --- a/app/models/album.rb +++ b/app/models/album.rb @@ -27,6 +27,7 @@ class Album def self.mine_or_friends(friend_param, current_user) if friend_param + puts "i am working" Album.find_all_by_person_id(current_user.friend_ids) else current_user.person.albums