Skip to content

Instantly share code, notes, and snippets.

@richmolj
Created June 21, 2013 15:47
Show Gist options
  • Save richmolj/5832126 to your computer and use it in GitHub Desktop.
Save richmolj/5832126 to your computer and use it in GitHub Desktop.
class MyUploader < CarrierWave::Uploader::Base
def store_dir
Configuration[:store_dir]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment