Method: ActiveNode::Associations::Builder::Association#build
- Defined in:
- lib/active_node/associations/builder/association.rb
#build ⇒ Object
29 30 31 32 33 34 35 |
# File 'lib/active_node/associations/builder/association.rb', line 29 def build define_accessors @reflection = model.create_reflection(macro, name, , model) super # provides an extension point @reflection end |