Module Association::Kernel
In: lib/more/facets/association.rb

Object extensions.

Methods

>>   associations  

Public Instance methods

Define an association with self.

[Source]

# File lib/more/facets/association.rb, line 164
    def >>(to)
      Association.new(self, to)
    end

[Source]

# File lib/more/facets/association.rb, line 168
    def associations
      Association.reference[self]
    end

[Validate]