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