From 72486005dd906939ced0fd69659b2fae2ee0ee01 Mon Sep 17 00:00:00 2001 From: Chris Arcand Date: Fri, 13 Apr 2018 14:52:24 -0500 Subject: Fix broken nodocs This commit fixes all references in the codebase missing a trailing :, which causes the nodoc not to actually work :) [skip ci] --- actionpack/lib/action_dispatch/middleware/flash.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_dispatch/middleware') 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 -- cgit v1.2.3