lightbox for stories too

This commit is contained in:
Torsten
2023-02-03 22:29:50 +02:00
parent 9b4bb18924
commit 1fa5be196c
6 changed files with 12 additions and 5 deletions

View File

@ -1,6 +1,6 @@
class Member < ApplicationRecord
def self.public_scope
def self.visible_scope
where.not(confirmed_at: nil).where.not(picture: nil)
end