Class: DuckRecord::Associations::Builder::HasMany

Inherits:
CollectionAssociation show all
Defined in:
lib/duck_record/associations/builder/has_many.rb

Overview

:nodoc:

Constant Summary

Constants inherited from CollectionAssociation

CollectionAssociation::CALLBACKS

Constants inherited from Association

Association::VALID_OPTIONS

Class Method Summary collapse

Methods inherited from CollectionAssociation

define_callback, define_callbacks, define_extensions, valid_options

Methods inherited from Association

build, create_reflection, define_accessors, define_callbacks, define_extensions, define_readers, define_validations, define_writers, valid_options, validate_options

Class Method Details

.macroObject



3
4
5
# File 'lib/duck_record/associations/builder/has_many.rb', line 3

def self.macro
  :has_many
end