Skip to content

Instantly share code, notes, and snippets.

@ka8725
Created February 1, 2012 22:03
Show Gist options
  • Save ka8725/1719759 to your computer and use it in GitHub Desktop.
Save ka8725/1719759 to your computer and use it in GitHub Desktop.
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