switch deploy branch to actually be one we are working on
This commit is contained in:
parent
045878de64
commit
d640c0672f
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue