Skip to content

Commit 2402dd5

Browse files
authored
Merge pull request rails#30628 from yhirano55/add_local_option_to_message_form
Add local option to Message form [ci skip]
2 parents fefc5e8 + 194a933 commit 2402dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activestorage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ end
6363
```
6464

6565
```erb
66-
<%= form_with model: @message do |form| %>
66+
<%= form_with model: @message, local: true do |form| %>
6767
<%= form.text_field :title, placeholder: "Title" %><br>
6868
<%= form.text_area :content %><br><br>
6969

0 commit comments

Comments
 (0)