Class: BrickLayer::FileUploader

Inherits:
CarrierWave::Uploader::Base
  • Object
show all
Defined in:
app/models/brick_layer/file_uploader.rb

Instance Method Summary collapse

Instance Method Details

#cache_dirObject



4
5
6
# File 'app/models/brick_layer/file_uploader.rb', line 4

def cache_dir
  "#{Rails.root}/tmp/uploaded_files"
end