module CarrierWave

Public Class Methods

tmp_path() click to toggle source
# File lib/carrier_wave/file_card_uploader/path.rb, line 2
def self.tmp_path
  @tmp_path ||= Card.paths["tmp"].existent.first
end