Skip to content

Instantly share code, notes, and snippets.

@marshall-lee
Created March 12, 2018 21:21
Show Gist options
  • Save marshall-lee/79899bf11ca5fa6baa75299bb4d00fb8 to your computer and use it in GitHub Desktop.
Save marshall-lee/79899bf11ca5fa6baa75299bb4d00fb8 to your computer and use it in GitHub Desktop.
class Yo < ActiveRecord::Base
def self.ordered_find(ids)
where(id: ids).to_a.index_by(&:id).values_at(*ids)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment