diff options
Diffstat (limited to 'activestorage')
-rw-r--r-- | activestorage/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activestorage/README.md b/activestorage/README.md index f4aae4fc00..8814887950 100644 --- a/activestorage/README.md +++ b/activestorage/README.md @@ -63,7 +63,7 @@ end ``` ```erb -<%= form_with model: @message do |form| %> +<%= form_with model: @message, local: true do |form| %> <%= form.text_field :title, placeholder: "Title" %><br> <%= form.text_area :content %><br><br> |