Module: Pragma::Decorator::Association::Adapter Private

Includes:
Adaptor::Loader
Defined in:
lib/pragma/decorator/association/adapter.rb,
lib/pragma/decorator/association/adapter/base.rb,
lib/pragma/decorator/association/adapter/poro.rb,
lib/pragma/decorator/association/adapter/active_record.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Adapters make associations ORM-independent by providing support for multiple underlying libraries like ActiveRecord and simple POROs.

Defined Under Namespace

Classes: ActiveRecord, Base, Poro