diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2019-04-02 03:26:31 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-02 03:26:31 +0900 |
commit | e4e12185837c1aa9233e4669d0a54b54173e1bf1 (patch) | |
tree | 8a63972a1b3317906a04dccbe76146716c5a4a0e /actioncable | |
parent | a835fba44f23637aa8d043a46cbc3799f644bea1 (diff) | |
parent | 771973c13dd5b68fe96fbe5ea96bd11656437dc1 (diff) | |
download | rails-e4e12185837c1aa9233e4669d0a54b54173e1bf1.tar.gz rails-e4e12185837c1aa9233e4669d0a54b54173e1bf1.tar.bz2 rails-e4e12185837c1aa9233e4669d0a54b54173e1bf1.zip |
Merge pull request #35820 from sharang-d/url-to-URL-except-actionpack
url -> URL where apt except inside actionpack/
Diffstat (limited to 'actioncable')
-rw-r--r-- | actioncable/lib/action_cable/connection/test_case.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/lib/action_cable/connection/test_case.rb b/actioncable/lib/action_cable/connection/test_case.rb index 8d25a55c8a..f1673fea08 100644 --- a/actioncable/lib/action_cable/connection/test_case.rb +++ b/actioncable/lib/action_cable/connection/test_case.rb @@ -176,7 +176,7 @@ module ActionCable # # Accepts request path as the first argument and the following request options: # - # - params – url parameters (Hash) + # - params – URL parameters (Hash) # - headers – request headers (Hash) # - session – session data (Hash) # - env – additional Rack env configuration (Hash) |