We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3082a40 commit 40e12c2Copy full SHA for 40e12c2
guides/source/active_storage_overview.md
@@ -338,7 +338,7 @@ Call `images.attached?` to determine whether a particular message has any images
338
@message.images.attached?
339
```
340
341
-Overriding the default service is done done the same way as `has_one_attached`, by using the `service` option:
+Overriding the default service is done the same way as `has_one_attached`, by using the `service` option:
342
343
```ruby
344
class Message < ApplicationRecord
0 commit comments