method

build_entry

build_entry(record)
public

No documentation available.

# File activerecord/lib/active_record/message_pack.rb, line 73
      def build_entry(record)
        [
          ActiveSupport::MessagePack::Extensions.dump_class(record.class),
          record.attributes_for_database,
          record.new_record?
        ]
      end