Method: ActiveRecord::Relation#encode_with

Defined in:
activerecord/lib/active_record/relation.rb

#encode_with(coder) ⇒ Object

Serializes the relation objects Array.



358
359
360
# File 'activerecord/lib/active_record/relation.rb', line 358

def encode_with(coder)
  coder.represent_seq(nil, records)
end