Module: Cloudinary::FormBuilder
- Defined in:
- lib/cloudinary/helper.rb
Instance Method Summary collapse
- #cl_image_upload(method, options = {}) ⇒ Object (also: #cl_upload)
- #cl_unsigned_image_upload(method, upload_preset, options = {}) ⇒ Object (also: #cl_unsigned_upload)
Instance Method Details
#cl_image_upload(method, options = {}) ⇒ Object Also known as: cl_upload
351 352 353 |
# File 'lib/cloudinary/helper.rb', line 351 def cl_image_upload(method, ={}) @template.cl_image_upload(@object_name, method, ()) end |
#cl_unsigned_image_upload(method, upload_preset, options = {}) ⇒ Object Also known as: cl_unsigned_upload
355 356 357 |
# File 'lib/cloudinary/helper.rb', line 355 def cl_unsigned_image_upload(method, upload_preset, ={}) @template.cl_unsigned_image_upload(@object_name, method, upload_preset, ()) end |