diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2015-01-06 13:15:28 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2015-01-06 13:15:28 -0500 |
commit | b1124a2ac88778c0feb0157ac09367cbd204bf01 (patch) | |
tree | a9b870c8ec0c0745d893990ef0a0e871b0d4bc92 /actionpack/lib | |
parent | 0d2854326e063369b0ba56c0011655fed6f0f8ea (diff) | |
parent | c6117b6be19856df1be2bb2174b428f488a81d7e (diff) | |
download | rails-b1124a2ac88778c0feb0157ac09367cbd204bf01.tar.gz rails-b1124a2ac88778c0feb0157ac09367cbd204bf01.tar.bz2 rails-b1124a2ac88778c0feb0157ac09367cbd204bf01.zip |
Merge pull request #18370 from LindseyB/patch-1
Changing sets -> set [ci-skip]
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_dispatch/middleware/cookies.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/middleware/cookies.rb b/actionpack/lib/action_dispatch/middleware/cookies.rb index 8d3ce24612..b7687ca100 100644 --- a/actionpack/lib/action_dispatch/middleware/cookies.rb +++ b/actionpack/lib/action_dispatch/middleware/cookies.rb @@ -73,7 +73,7 @@ module ActionDispatch # to <tt>:all</tt>. Make sure to specify the <tt>:domain</tt> option with # <tt>:all</tt> or <tt>Array</tt> again when deleting cookies. # - # domain: nil # Does not sets cookie domain. (default) + # domain: nil # Does not set cookie domain. (default) # domain: :all # Allow the cookie for the top most level # # domain and subdomains. # domain: %w(.example.com .example.org) # Allow the cookie |