Created
January 9, 2011 22:07
-
-
Save acconrad/772082 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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