Class: ActiveResource::Associations::Builder::BelongsTo
- Inherits:
-
Association
- Object
- Association
- ActiveResource::Associations::Builder::BelongsTo
- Defined in:
- lib/active_resource/associations/builder/belongs_to.rb
Instance Attribute Summary
Attributes inherited from Association
#klass, #model, #name, #options
Instance Method Summary collapse
Methods inherited from Association
Constructor Details
This class inherits a constructor from ActiveResource::Associations::Builder::Association
Instance Method Details
#build ⇒ Object
9 10 11 12 13 14 |
# File 'lib/active_resource/associations/builder/belongs_to.rb', line 9 def build reflection = model.create_reflection(self.class.macro, name, ) model.defines_belongs_to_finder_method(reflection) reflection end |