From 295621e43674e2b70599b1d66c2203f2ed88386c Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Sun, 19 Oct 2014 22:06:53 +0530 Subject: Make _status_code methods nodoc - Also one minor change for documenting url_for method in ActionController::Metal. [ci skip] --- actionpack/lib/action_dispatch/http/response.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_dispatch') diff --git a/actionpack/lib/action_dispatch/http/response.rb b/actionpack/lib/action_dispatch/http/response.rb index c5e18048da..d0580058c3 100644 --- a/actionpack/lib/action_dispatch/http/response.rb +++ b/actionpack/lib/action_dispatch/http/response.rb @@ -309,7 +309,7 @@ module ActionDispatch # :nodoc: cookies end - def _status_code + def _status_code #:nodoc: @status end private -- cgit v1.2.3