Module: Architect4r::Model::Relationships
- Extended by:
- ActiveSupport::Concern
- Included in:
- Node
- Defined in:
- lib/architect4r/model/relationships.rb
Instance Method Summary collapse
Instance Method Details
#links ⇒ Object
6 7 8 |
# File 'lib/architect4r/model/relationships.rb', line 6 def links @links_query_interface = LinksQueryInterface.new(self) end |