Skip to content

Instantly share code, notes, and snippets.

@mmurray
Created November 9, 2010 21:10
Show Gist options
  • Save mmurray/669817 to your computer and use it in GitHub Desktop.
Save mmurray/669817 to your computer and use it in GitHub Desktop.
module ApplicationHelper
def amazon_ad
amazon_ads[Random.new.rand(0..2)]
end
def skyscraper_ad
skyscraper_ads[Random.new.rand(0..2)]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment