Flowdock
method

quoted_record_ids

Importance_1
v2.2.1 - Show latest stable - 0 notes - Class: ActiveRecord::Associations::AssociationProxy
quoted_record_ids(records) protected

Returns a string with the IDs of records joined with a comma, quoted if needed. The result is ready to be inserted into a SQL IN clause.

  quoted_record_ids(records) # => "23,56,58,67"
Show source
Register or log in to add new notes.