show invited users in invite field

This commit is contained in:
Rahul 2019-08-05 00:35:56 +05:30 committed by rahul2240
parent 8b2f2b538e
commit af0799990c
8 changed files with 11 additions and 5 deletions

View file

@ -84,4 +84,8 @@ class Booth < ApplicationRecord
end
alert
end
def invited_responsibles
responsibles.where(last_sign_in_at: nil)
end
end