Skip to content

Instantly share code, notes, and snippets.

@acconrad
Created January 9, 2011 22:07
Show Gist options
  • Save acconrad/772082 to your computer and use it in GitHub Desktop.
Save acconrad/772082 to your computer and use it in GitHub Desktop.
contents = Content.search('hello world') #returns array, Content has page_id, value, value_type
@pages = Page.all(:conditions => {:page_id = contents.page_id} , :order => :overall_rating)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment