@rails/activestorage
Advanced tools
Comparing version 7.1.0-rc1 to 7.1.0-rc2
{ | ||
"name": "@rails/activestorage", | ||
"version": "7.1.0-rc1", | ||
"version": "7.1.0-rc2", | ||
"description": "Attach cloud and local files in Rails applications", | ||
@@ -5,0 +5,0 @@ "module": "app/assets/javascripts/activestorage.esm.js", |
@@ -148,3 +148,3 @@ # Active Storage | ||
Requiring directly without bundling through the asset pipeline in the application HTML with autostart: | ||
```html | ||
```erb | ||
<%= javascript_include_tag "activestorage" %> | ||
@@ -174,3 +174,3 @@ ``` | ||
```ruby | ||
```erb | ||
<%= form.file_field :attachments, multiple: true, direct_upload: true %> | ||
@@ -177,0 +177,0 @@ ``` |
78971