Module: Iron::Person::Transferable
- Extended by:
- ActiveSupport::Concern
- Included in:
- Iron::Person
- Defined in:
- app/models/iron/person/transferable.rb
Constant Summary collapse
- TRANSFER_LINK_EXPIRY_DURATION =
4.hours
Instance Method Summary collapse
Instance Method Details
#transfer_id ⇒ Object
12 13 14 |
# File 'app/models/iron/person/transferable.rb', line 12 def transfer_id signed_id(purpose: :transfer, expires_in: TRANSFER_LINK_EXPIRY_DURATION) end |