aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/action_cable/connection/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action_cable/connection/base.rb b/lib/action_cable/connection/base.rb
index cef0bcc2e7..ff7a98f777 100644
--- a/lib/action_cable/connection/base.rb
+++ b/lib/action_cable/connection/base.rb
@@ -65,7 +65,7 @@ module ActionCable
end
# Called by the server when a new websocket connection is established. This configures the callbacks intended for overwriting by the user.
- # This method should now be called directly. Rely on the #connect (and #disconnect) callback instead.
+ # This method should not be called directly. Rely on the #connect (and #disconnect) callback instead.
def process
logger.info started_request_message