Module: ActiveModelPersistence::Persistence
- Extended by:
- ActiveSupport::Concern
- Includes:
- Indexable, PrimaryKey, PrimaryKeyIndex
- Defined in:
- lib/active_model_persistence/persistence.rb
Overview
This mixin adds the ability to store and manage Ruby objects in an in-memory object store. These objects are commonly called ‘models’.
Defined Under Namespace
Modules: ClassMethods