# File lib/her/model/base.rb, line 12 def has_key?(attribute_name) has_attribute?(attribute_name) || has_association?(attribute_name) end