File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ Additional keys may be added by the caller.
213
213
}
214
214
```
215
215
216
- ### Action Controller — Caching
216
+ ### Action Controller: Caching
217
217
218
218
#### ` write_fragment.action_controller `
219
219
@@ -452,7 +452,7 @@ This event is only emitted when [`config.active_record.action_on_strict_loading_
452
452
}
453
453
```
454
454
455
- ### Active Support — Caching
455
+ ### Active Support: Caching
456
456
457
457
#### ` cache_read.active_support `
458
458
@@ -662,7 +662,7 @@ This event is only emitted when using [`MemoryStore`][ActiveSupport::Cache::Memo
662
662
[ ActiveSupport::Cache::Store#fetch ] : https://api.rubyonrails.org/classes/ActiveSupport/Cache/Store.html#method-i-fetch
663
663
[ ActiveSupport::Cache::Store#fetch_multi ] : https://api.rubyonrails.org/classes/ActiveSupport/Cache/Store.html#method-i-fetch_multi
664
664
665
- ### Active Support — Messages
665
+ ### Active Support: Messages
666
666
667
667
#### ` message_serializer_fallback.active_support `
668
668
@@ -799,7 +799,7 @@ This event is only emitted when using [`MemoryStore`][ActiveSupport::Cache::Memo
799
799
| ------------ | ------------------------------ |
800
800
| ` :analyzer ` | Name of analyzer e.g., ffprobe |
801
801
802
- ### Active Storage — Storage Service
802
+ ### Active Storage: Storage Service
803
803
804
804
#### ` service_upload.active_storage `
805
805
You can’t perform that action at this time.
0 commit comments