Removed repeated word 'done' from Active Storage guide [ci skip]

This commit is contained in:
Abhay Nikam 2019-10-02 12:32:02 +05:30
parent 3082a409d8
commit 40e12c2ff9

@ -338,7 +338,7 @@ Call `images.attached?` to determine whether a particular message has any images
@message.images.attached?
```
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:
```ruby
class Message < ApplicationRecord