Method: Cloudinary::CarrierWave#tags
- Defined in:
- lib/cloudinary/carrier_wave/process.rb
#tags ⇒ Object
132 133 134 135 136 |
# File 'lib/cloudinary/carrier_wave/process.rb', line 132 def ||= self.all_processors.select{|processor| processor[0] == :tags}.map(&:second).first raise CloudinaryException, "tags cannot be used in versions." if .present? && self.version_name.present? end |