# File lib/her/model/associations.rb, line 33 def associations @_her_associations ||= begin superclass.respond_to?(:associations) ? superclass.associations.dup : Hash.new { |h, k| h[k] = [] } end end