From 7ea5619e760edc0adc6eb0749113e129221f4a13 Mon Sep 17 00:00:00 2001 From: Lachlan Sylvester Date: Thu, 9 Jul 2015 10:19:47 +1000 Subject: Fix typo in connection base documentation --- lib/action_cable/connection/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.3