# File lib/thinking_sphinx/source.rb, line 75 def association(key) @associations[key] ||= Association.children(@model, key) end