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.
2 parents d204e17 + 40e12c2 commit ae5df8bCopy full SHA for ae5df8b
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