Module: Hoardable::Model
- Extended by:
- ActiveSupport::Concern
- Included in:
- EncryptedRichText, RichText
- Defined in:
- lib/hoardable/model.rb
Overview
This concern is the main entrypoint for using Hoardable. When included into an ActiveRecord
class, it dynamically generates the Version
variant of that class (with VersionModel) and includes the Hoardable API methods and relationships on the source model class (through SourceModel).