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
Instance Method Details
#cl_image_upload(method, options = {}) ⇒ Object Also known as: cl_upload
309 310 311 |
# File 'lib/cloudinary/helper.rb', line 309 def cl_image_upload(method, ={}) @template.cl_image_upload(@object_name, method, ()) end |
#cl_unsigned_image_upload(method, upload_preset, options = {}) ⇒ Object
313 314 315 |
# File 'lib/cloudinary/helper.rb', line 313 def cl_unsigned_image_upload(method, upload_preset, ={}) @template.cl_unsigned_image_upload(@object_name, method, upload_preset, ()) end |