uploadcare / uploadcare-rails

Rails API client that handles uploads and further operations with files by wrapping Uploadcare Upload and REST APIs.
https://uploadcare.com
MIT License
58 stars 70 forks source link

Wrong tag for cdn inclusion in README file #130

Closed stavros-souvatzis closed 8 months ago

stavros-souvatzis commented 1 year ago

Describe the bug

In Readme file, we are instructed to use uploadcare_widget_tag, which appears to be undefined. By searching in the code, the correct tag to use is uploadcare_include_tag. Please, update the instructions accordingly.

Environment

image

vipulnsward commented 8 months ago

Fixed in https://github.com/uploadcare/uploadcare-rails/commit/94268eff21f5b0704f4bc1bd036e0762e800540d and 3.4.0 release.