Sha256: a964dfa3ef2b6ebdb1c5ae5445446694404aa39082802810c95ea1a9071d0cf5
Contents?: true
Size: 459 Bytes
Versions: 8
Compression:
Stored size: 459 Bytes
Contents
module CarrierWave module Uploader module Paths ## # === Returns # # [String] the directory that is the root of the application # def root CarrierWave.config[:root] end ## # === Returns # # [String] the directory where files will be publically accessible # def public CarrierWave.config[:public] end end # Paths end # Uploader end # CarrierWave
Version data entries
8 entries across 8 versions & 2 rubygems