From 9ac1ce11ad9ec22157d2e542437c5c5cccaf58fe Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Tue, 24 Jun 2014 14:16:29 +0200 Subject: `:nodoc: all` does not remove the constants from the API. [ci skip] Need to add individual `:nodoc:` for nested classes / modules to completely remove the constants from the API. --- actionpack/lib/action_controller/metal/live.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_controller/metal/live.rb b/actionpack/lib/action_controller/metal/live.rb index 67875141cb..706ce04062 100644 --- a/actionpack/lib/action_controller/metal/live.rb +++ b/actionpack/lib/action_controller/metal/live.rb @@ -205,7 +205,7 @@ module ActionController end class Response < ActionDispatch::Response #:nodoc: all - class Header < DelegateClass(Hash) + class Header < DelegateClass(Hash) # :nodoc: def initialize(response, header) @response = response super(header) -- cgit v1.2.3