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