Skip to content

Instantly share code, notes, and snippets.

@whalec
Created February 3, 2011 03:52
Show Gist options
  • Save whalec/809023 to your computer and use it in GitHub Desktop.
Save whalec/809023 to your computer and use it in GitHub Desktop.
>> re = Course.search "Short Course", :conditions => {:categories_facet => "category-2"}
>> re.each{|r| p r.categories.map{|c| c.index_slug}.include?("category-2")}
true
false
true
false
false
false
false
false
true
true
# WTF?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment