show invited users in invite field
This commit is contained in:
parent
8b2f2b538e
commit
af0799990c
8 changed files with 11 additions and 5 deletions
|
|
@ -84,4 +84,8 @@ class Booth < ApplicationRecord
|
|||
end
|
||||
alert
|
||||
end
|
||||
|
||||
def invited_responsibles
|
||||
responsibles.where(last_sign_in_at: nil)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue