timeline wotking, renmed left column
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user