We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24bbaa0 commit 805b24eCopy full SHA for 805b24e
app/models/photo_album.rb
@@ -19,7 +19,6 @@ class PhotoAlbum < ApplicationRecord
19
where.not(id: Photo.joins(:tags).select(:photo_album_id).distinct)
20
}
21
22
-
23
def owners
24
if group.present?
25
group.active_users + [author]
0 commit comments