Skip to content

Instantly share code, notes, and snippets.

@hrumhrumble
Created April 1, 2014 12:54
Show Gist options
  • Save hrumhrumble/9913377 to your computer and use it in GitHub Desktop.
Save hrumhrumble/9913377 to your computer and use it in GitHub Desktop.
module CarrierWave
module Uploader
module DefaultUrl
alias_method :orig_url, :url
def url(*args)
"http://hitfood.ru/#{orig_url(*args)}"
end
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment