Skip to content

Instantly share code, notes, and snippets.

@nightfox
Created March 23, 2016 14:08
Show Gist options
  • Save nightfox/0f5cf8caf4b62d4d2c33 to your computer and use it in GitHub Desktop.
Save nightfox/0f5cf8caf4b62d4d2c33 to your computer and use it in GitHub Desktop.
DisplayedDataAttribute.where.not(sort_by: nil).find_in_batches(batch_size: 100).each do |batch|
batch.each do |attribute|
attribute.create_or_update_sort_attribute
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment