diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2016-09-07 08:04:52 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2016-09-07 08:04:52 +0530 |
commit | 0c9ef8d943e4bca1c16eda494b2e598d713d48f8 (patch) | |
tree | 4729328ba29b030d7fa9ca919427e4967454920d /actioncable/lib/action_cable/connection | |
parent | 2352fcc1627673d2aa1d8808877c5c2b6e1e9a4f (diff) | |
download | rails-0c9ef8d943e4bca1c16eda494b2e598d713d48f8.tar.gz rails-0c9ef8d943e4bca1c16eda494b2e598d713d48f8.tar.bz2 rails-0c9ef8d943e4bca1c16eda494b2e598d713d48f8.zip |
[ci skip] Fix formatting in Action Cable Connection::Base module docs
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 { |