diff options
author | shioimm <shioi.mm@gmail.com> | 2019-05-18 17:41:58 +0900 |
---|---|---|
committer | shioimm <shioi.mm@gmail.com> | 2019-05-18 17:41:58 +0900 |
commit | f5e2d9838ad3d9e3cdb563fd5cfbfffce7bcfc9a (patch) | |
tree | 399235e2bba510e94053591359073df9afc16c0a /actionpack/lib/action_dispatch/routing | |
parent | aa7da0471f7fcf2adbbc26c37a25914d8493928d (diff) | |
download | rails-f5e2d9838ad3d9e3cdb563fd5cfbfffce7bcfc9a.tar.gz rails-f5e2d9838ad3d9e3cdb563fd5cfbfffce7bcfc9a.tar.bz2 rails-f5e2d9838ad3d9e3cdb563fd5cfbfffce7bcfc9a.zip |
Rename `hash` to `jar` in CookieJar.build
In CookieJar.build, the name `hash` is used as block parameter name
for tap method.
However, it is actually not hash but a CookieJar's instance.
The name `hash` was confusing, so replace with `jar`.
Diffstat (limited to 'actionpack/lib/action_dispatch/routing')
0 files changed, 0 insertions, 0 deletions