Skip to content

Instantly share code, notes, and snippets.

@stympy
Created February 23, 2009 21:45
Show Gist options
  • Save stympy/69196 to your computer and use it in GitHub Desktop.
Save stympy/69196 to your computer and use it in GitHub Desktop.
class Attachment < ActiveRecord::Base
def scribd_url
"http://www.scribd.com/word/full/#{self.scribd_doc_id}?access_key=#{self.scribd_access_key}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment