switch deploy branch to actually be one we are working on

This commit is contained in:
Raphael 2010-08-18 10:56:09 -07:00
parent 045878de64
commit d640c0672f

View file

@ -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