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:
parent
f2a0290710
commit
7ea5619e76
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue