Skip to content

Instantly share code, notes, and snippets.

@ayn
Created May 5, 2009 23:07
Show Gist options
  • Save ayn/107267 to your computer and use it in GitHub Desktop.
Save ayn/107267 to your computer and use it in GitHub Desktop.
module Flickr
class PhotoSet
def primary_photo
"http://farm#{farm}.static.flickr.com/#{server}/#{primary}_#{secret}_s.jpg"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment