# File lib/authlogic/session/active_record_trickery.rb, line 27
        def human_name(*args)
          I18n.t("models.#{name.underscore}", {:count => 1, :default => name.humanize})
        end