Class: Superstore::Associations::Builder::HasMany

Inherits:
Association
  • Object
show all
Defined in:
lib/superstore/associations/builder/has_many.rb

Instance Attribute Summary

Attributes inherited from Association

#owner, #reflection

Instance Method Summary collapse

Methods inherited from Association

#association_class, #association_class_name, #initialize, #loaded!, #loaded?, #target, #target=

Constructor Details

This class inherits a constructor from Superstore::Associations::Association

Instance Method Details

#macroObject



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

def macro
  :has_many
end