Method: Me::Mappers::IdentityStore2#find
- Defined in:
- lib/me/mappers/identity_store2.rb
#find ⇒ Object
10 11 12 13 14 15 16 |
# File 'lib/me/mappers/identity_store2.rb', line 10 def find Identity.build( mapper: self, name: name, active_identity: active_identity, ) end |