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