module Crm::Core::Mixins::Findable
Findable
lets you fetch an item using {ClassMethods#find .find}. @example
Crm::Contact.find('e70a7123f499c5e0e9972ab4dbfb8fe3') # => Crm::Contact
@api public
Findable
lets you fetch an item using {ClassMethods#find .find}. @example
Crm::Contact.find('e70a7123f499c5e0e9972ab4dbfb8fe3') # => Crm::Contact
@api public