rails/activestorage/app/models/active_storage
Hartley McGuire bac6d8c079
Fix code blocks using + instead of <tt>
Pluses cannot be used to create code blocks when the content includes a
space.

Found using a regular expression:

```bash
$ rg '#\s[^+]*\+[^+]*\s[^+]*\S\+'
```
2023-08-10 13:05:05 -04:00
..
blob Add an option to preprocessed AS variants 2023-07-03 19:36:14 +09:00
attachment.rb Add an option to preprocessed AS variants 2023-07-03 19:36:14 +09:00
blob.rb ActiveStorage mirror uploads should be asynchronous 2023-08-04 09:08:50 +02:00
current.rb Remove deprecated ActiveStorage::Current#host and ActiveStorage::Current#host= methods 2023-03-03 00:38:41 +00:00
filename.rb Add missing headers to Active Storage docs [ci-skip] 2023-04-03 12:29:49 +02:00
named_variant.rb Add an option to preprocessed AS variants 2023-07-03 19:36:14 +09:00
preview.rb 🔗 Remove RDoc auto-link from Rails module everywhere 2023-06-23 10:49:30 +09:00
record.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
variant_record.rb Add load hook for ActiveStorage::VariantRecord 2021-05-28 10:36:16 +12:00
variant_with_record.rb Add missing headers to Active Storage docs [ci-skip] 2023-04-03 12:29:49 +02:00
variant.rb Fix code blocks using + instead of <tt> 2023-08-10 13:05:05 -04:00
variation.rb Add missing headers to Active Storage docs [ci-skip] 2023-04-03 12:29:49 +02:00