# File lib/audited/auditor.rb, line 146
      def audited_attributes
        attributes.except(*non_audited_columns)
      end