Created
February 1, 2012 22:03
-
-
Save ka8725/1719759 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
pages = @page.country? ? Page.where(:description_type_id => @page.description_type_id, :city_id => nil).limit(10) : | |
Page.for_top.where(:description_type_id => @page.description_type_id || @page.category.try(:description_type_id), | |
:city_id => @page.city_id, | |
:country_id => @page.country_id).limit(10) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment