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
296 297 298 |
# File 'lib/cloudinary/helper.rb', line 296 def cl_image_upload(method, ={}) @template.cl_image_upload(@object_name, method, ()) end |
#cl_unsigned_image_upload(method, upload_preset, options = {}) ⇒ Object
300 301 302 |
# File 'lib/cloudinary/helper.rb', line 300 def cl_unsigned_image_upload(method, upload_preset, ={}) @template.cl_unsigned_image_upload(@object_name, method, upload_preset, ()) end |