Skip to content

Instantly share code, notes, and snippets.

@chhhris
Created July 31, 2014 17:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chhhris/267fd289a605f51c0327 to your computer and use it in GitHub Desktop.
Save chhhris/267fd289a605f51c0327 to your computer and use it in GitHub Desktop.
sort_by note date
@session.deals.all(stage: :incoming).sort_by do |deal|
(deal.notes.all.present? && deal.notes.all.last[:updated_at]) ||
deal[:updated_at]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment