aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLachlan Sylvester <lachlan.sylvester@publicisfrontfoot.com.au>2015-07-09 10:19:47 +1000
committerLachlan Sylvester <lachlan.sylvester@publicisfrontfoot.com.au>2015-07-09 10:19:47 +1000
commit7ea5619e760edc0adc6eb0749113e129221f4a13 (patch)
tree43122d0e2728a56e05332f7830d92995ca8a981a /lib
parentf2a02907100f872b5e3dd283c13485ac73065640 (diff)
downloadrails-7ea5619e760edc0adc6eb0749113e129221f4a13.tar.gz
rails-7ea5619e760edc0adc6eb0749113e129221f4a13.tar.bz2
rails-7ea5619e760edc0adc6eb0749113e129221f4a13.zip
Fix typo in connection base documentation
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