Skip to content

Instantly share code, notes, and snippets.

@matsimitsu
Created September 8, 2010 09:40
Show Gist options
  • Save matsimitsu/569895 to your computer and use it in GitHub Desktop.
Save matsimitsu/569895 to your computer and use it in GitHub Desktop.
Index (mongoid)
LOCALES.each do |locale|
index(
[
[ :tags_length, Mongo::ASCENDING ],
[ "tags.slug.#{locale}", Mongo::ASCENDING ],
[ :count, Mongo::DESCENDING ]
]
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment