Module: Crm::Core::Mixins::Findable

Extended by:
ActiveSupport::Concern, ClassMethods
Included in:
Account, Activity, Crm::Collection, Crm::Contact, Event, EventContact, Mailing, Type
Defined in:
lib/crm/core/mixins/findable.rb

Overview

Findable lets you fetch an item using .find.

Examples:

Crm::Contact.find('e70a7123f499c5e0e9972ab4dbfb8fe3')
# => Crm::Contact

Defined Under Namespace

Modules: ClassMethods

Method Summary

Methods included from ClassMethods

find