aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/connection/base.rb
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2016-09-07 08:04:52 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2016-09-07 08:04:52 +0530
commit0c9ef8d943e4bca1c16eda494b2e598d713d48f8 (patch)
tree4729328ba29b030d7fa9ca919427e4967454920d /actioncable/lib/action_cable/connection/base.rb
parent2352fcc1627673d2aa1d8808877c5c2b6e1e9a4f (diff)
downloadrails-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/base.rb')
-rw-r--r--actioncable/lib/action_cable/connection/base.rb2
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
{