1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix typo in connection base documentation

This commit is contained in:
Lachlan Sylvester 2015-07-09 10:19:47 +10:00
parent f2a0290710
commit 7ea5619e76

View file

@ -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