Skip to content

Commit 805b24e

Browse files
authored
Removed blank line photo_album.rb
1 parent 24bbaa0 commit 805b24e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/models/photo_album.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ class PhotoAlbum < ApplicationRecord
1919
where.not(id: Photo.joins(:tags).select(:photo_album_id).distinct)
2020
}
2121

22-
2322
def owners
2423
if group.present?
2524
group.active_users + [author]

0 commit comments

Comments
 (0)