module NoBrainer::Document::Association

Constants

METHODS

Public Instance Methods

associations() click to toggle source
# File lib/no_brainer/document/association.rb, line 14
def associations
  @associations ||= Hash.new { |h, metadata| h[metadata] = metadata.new(self) }
end