diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2016-09-20 16:27:19 +0000 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2016-09-20 16:27:19 +0000 |
commit | 67313650eb07bc7d99fb4fa3a339fb6c3a142f51 (patch) | |
tree | df62b6aba4fa30c02e69e80aede7b807a9b7e676 /actioncable/lib/action_cable/connection | |
parent | 52a0ee4695c22f86b1e46a23b7b377846aea0994 (diff) | |
parent | 2e0f20b8ad61f1daf924e271d7749b44d7be1cf6 (diff) | |
download | rails-67313650eb07bc7d99fb4fa3a339fb6c3a142f51.tar.gz rails-67313650eb07bc7d99fb4fa3a339fb6c3a142f51.tar.bz2 rails-67313650eb07bc7d99fb4fa3a339fb6c3a142f51.zip |
Merge branch 'master' of github.com:rails/docrails
Diffstat (limited to 'actioncable/lib/action_cable/connection')
-rw-r--r-- | actioncable/lib/action_cable/connection/base.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/lib/action_cable/connection/base.rb b/actioncable/lib/action_cable/connection/base.rb index b0615b08a1..4c7fcc1434 100644 --- a/actioncable/lib/action_cable/connection/base.rb +++ b/actioncable/lib/action_cable/connection/base.rb @@ -105,7 +105,7 @@ module ActionCable worker_pool.async_invoke(self, method, *arguments) end - # Return a basic hash of statistics for the connection keyed with `identifier`, `started_at`, and `subscriptions`. + # Return a basic hash of statistics for the connection keyed with <tt>identifier</tt>, <tt>started_at</tt>, <tt>subscriptions</tt>, and <tt>request_id</tt>. # This can be returned by a health check against the connection. def statistics { |