Skip to content

Instantly share code, notes, and snippets.

@nikz
Created November 5, 2010 05:00
Show Gist options
  • Select an option

  • Save nikz/663661 to your computer and use it in GitHub Desktop.

Select an option

Save nikz/663661 to your computer and use it in GitHub Desktop.
module Paperclip
class Attachment
def default_url(style_name = default_style)
interpolate(@default_url, style_name)
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment