timeline wotking, renmed left column

This commit is contained in:
Torsten
2023-06-03 18:09:23 +03:00
parent b8dc0da001
commit 5a5f0585fb
14 changed files with 113 additions and 28 deletions

View File

@ -5,7 +5,7 @@ class Member < ApplicationRecord
end
def self.visible_scope
where.not(confirmed_at: nil).where.not(arrived: nil)
where.not(confirmed_at: nil).where.not(arriving: nil)
end
# Include default devise modules. Others available are: