Module: ActionView::Helpers::AssetUrlHelper
- Defined in:
- lib/cloudinary/helper.rb
Instance Method Summary collapse
Instance Method Details
#original_path_to_asset ⇒ Object
215 |
# File 'lib/cloudinary/helper.rb', line 215 alias :original_path_to_asset :path_to_asset |
#path_to_asset(source, options) ⇒ Object
217 218 219 220 221 222 223 |
# File 'lib/cloudinary/helper.rb', line 217 def path_to_asset(source, ) ||= {} if Cloudinary.config.enhance_image_tag && [:type] == :image source = Cloudinary::Utils.cloudinary_url(source, .merge(:type=>:asset)) end original_path_to_asset(source, ) end |