diff options
author | Jon Moss <me@jonathanmoss.me> | 2016-01-20 17:13:43 -0500 |
---|---|---|
committer | Jon Moss <me@jonathanmoss.me> | 2016-01-20 17:13:43 -0500 |
commit | 17a631f427ac654c1b8db0d4df4928db9cbe2a7d (patch) | |
tree | 824fef2110db2a9b75353dcb8306b62444f60d48 /actioncable | |
parent | 4bb3ee84a24d0f489485180da517aaab436cce93 (diff) | |
download | rails-17a631f427ac654c1b8db0d4df4928db9cbe2a7d.tar.gz rails-17a631f427ac654c1b8db0d4df4928db9cbe2a7d.tar.bz2 rails-17a631f427ac654c1b8db0d4df4928db9cbe2a7d.zip |
Small doc update per RF [ci skip]
Diffstat (limited to 'actioncable')
-rw-r--r-- | actioncable/CHANGELOG.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/actioncable/CHANGELOG.md b/actioncable/CHANGELOG.md index cb3f32e127..a33b7b6b4b 100644 --- a/actioncable/CHANGELOG.md +++ b/actioncable/CHANGELOG.md @@ -1,8 +1,9 @@ * Create notion of an `ActionCable::SubscriptionAdapter`. - Separate out Redis functionality into `AC::SA::Redis`, - and add a PostgreSQL adapter as well. Configuration file - for ActionCable was changed from `config/redis/cable.yml` - to `config/cable.yml` + Separate out Redis functionality into + `ActionCable::SubscriptionAdapter::Redis`, and add a + PostgreSQL adapter as well. Configuration file for + ActionCable was changed from`config/redis/cable.yml` to + `config/cable.yml`. *Jon Moss* |