# File lib/active_record/base.rb, line 2422
      def attribute_names
        @attributes.keys.sort
      end