Module: DeviseInvitable::Mailer
- Defined in:
- lib/devise_invitable/mailer.rb
Instance Method Summary collapse
-
#invitation_instructions(record, token, opts = {}) ⇒ Object
Deliver an invitation email.
Instance Method Details
#invitation_instructions(record, token, opts = {}) ⇒ Object
Deliver an invitation email
7 8 9 10 |
# File 'lib/devise_invitable/mailer.rb', line 7 def invitation_instructions(record, token, opts = {}) @token = token devise_mail(record, :invitation_instructions, opts) end |