Sha256: 9512a12b9c56839e6a96015147c6657fdcd3769b1f42fb9f74355640594d05fb
Contents?: true
Size: 383 Bytes
Versions: 6
Compression:
Stored size: 383 Bytes
Contents
# frozen_string_literal: true module Pragma module Decorator module Association # Adapters make associations ORM-independent by providing support for multiple underlying # libraries like ActiveRecord and simple POROs. # # @api private module Adapter include Adaptor::Loader register ActiveRecord, Poro end end end end
Version data entries
6 entries across 6 versions & 1 rubygems