diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2018-04-13 16:40:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-13 16:40:46 -0400 |
commit | 662ba236d115d3e2152b04dcdefdc0ee6f1f6102 (patch) | |
tree | 5a829a85ea3edcc47a3772b8cdcd6f1f5c35485a /actionpack/lib/action_dispatch/middleware | |
parent | 0baf8b9417c99461ee5b7be92e30d191d9575232 (diff) | |
parent | 72486005dd906939ced0fd69659b2fae2ee0ee01 (diff) | |
download | rails-662ba236d115d3e2152b04dcdefdc0ee6f1f6102.tar.gz rails-662ba236d115d3e2152b04dcdefdc0ee6f1f6102.tar.bz2 rails-662ba236d115d3e2152b04dcdefdc0ee6f1f6102.zip |
Merge pull request #32566 from chrisarcand/fix-broken-nodocs
Fix broken nodocs
Diffstat (limited to 'actionpack/lib/action_dispatch/middleware')
-rw-r--r-- | actionpack/lib/action_dispatch/middleware/flash.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/middleware/flash.rb b/actionpack/lib/action_dispatch/middleware/flash.rb index 3e11846778..fd05eec172 100644 --- a/actionpack/lib/action_dispatch/middleware/flash.rb +++ b/actionpack/lib/action_dispatch/middleware/flash.rb @@ -73,7 +73,7 @@ module ActionDispatch end end - def reset_session # :nodoc + def reset_session # :nodoc: super self.flash = nil end |