Skip to content

Instantly share code, notes, and snippets.

@gonzaga
Created April 2, 2013 09:17
Show Gist options
  • Save gonzaga/5290994 to your computer and use it in GitHub Desktop.
Save gonzaga/5290994 to your computer and use it in GitHub Desktop.
LandingPage.for_country(country).for_category(category).
active.
includes(:whitelists, :blacklists).
includes(program_region: :country).
includes(:provisions).
includes(program: {advertiser: :affiliate_network}).
includes(:program_categories).
includes(:categories).
order("landing_pages.ID DESC")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment