Method: CarrierWave::Storage::Abstract#cache!
- Defined in:
- lib/carrierwave/storage/abstract.rb
#cache!(new_file) ⇒ Object
26 27 28 |
# File 'lib/carrierwave/storage/abstract.rb', line 26 def cache!(new_file) raise NotImplementedError, "Need to implement #cache! if you want to use #{self.class.name} as a cache storage." end |