# File lib/authlogic/session/active_record_trickery.rb, line 18 def human_attribute_name(attribute_key_name, options = {}) options[:count] ||= 1 options[:default] ||= attribute_key_name.to_s.humanize I18n.t("attributes.#{name.underscore}.#{attribute_key_name}", options) end