Class: Clowne::Adapters::ActiveRecord

Inherits:
Base
  • Object
show all
Defined in:
lib/clowne/adapters/active_record.rb,
lib/clowne/adapters/active_record/associations.rb,
lib/clowne/adapters/active_record/associations/base.rb,
lib/clowne/adapters/active_record/associations/noop.rb,
lib/clowne/adapters/active_record/associations/has_one.rb,
lib/clowne/adapters/active_record/associations/has_many.rb,
lib/clowne/adapters/active_record/resolvers/association.rb,
lib/clowne/adapters/active_record/associations/belongs_to.rb,
lib/clowne/adapters/active_record/associations/has_and_belongs_to_many.rb

Overview

Cloning adapter for ActiveRecord

Defined Under Namespace

Modules: Associations, Resolvers

Method Summary

Methods inherited from Base

#clone, dup_record, #init_record, operation_class

Methods included from Registry::Container

included