Method: Invite#check_recipient_existence
- Defined in:
- app/models/invite.rb
#check_recipient_existence ⇒ Object
32 33 34 35 |
# File 'app/models/invite.rb', line 32 def check_recipient_existence recipient = Invitation.configuration.user_model.find_by_email(email) self.recipient_id = recipient.id if recipient end |