# File lib/her/model/associations.rb, line 24 def get_association(association_name) send(association_name) if has_association?(association_name) end