Class: Iron::Person
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Iron::Person
- Includes:
- Transferable
- Defined in:
- app/models/iron/person.rb
Defined Under Namespace
Modules: Transferable
Constant Summary
Constants included from Transferable
Transferable::TRANSFER_LINK_EXPIRY_DURATION
Instance Method Summary collapse
Methods included from Transferable
Instance Method Details
#name ⇒ Object
15 16 17 |
# File 'app/models/iron/person.rb', line 15 def name email_address.split("@").first end |