提交 61af5cc9 编写于 作者: A Abdelkader Boudih

Merge pull request #17321 from prathamesh-sonpatki/nodoc-status_at

Make status_at methods nodoc
......@@ -165,7 +165,7 @@ def location=(url)
headers["Location"] = url
end
# basic url_for that can be overridden for more robust functionality
# Basic url_for that can be overridden for more robust functionality
def url_for(string)
string
end
......@@ -237,7 +237,7 @@ def self.action(name, klass = ActionDispatch::Request)
end
end
def _status_code
def _status_code #:nodoc:
@_status
end
end
......
......@@ -309,7 +309,7 @@ def cookies
cookies
end
def _status_code
def _status_code #:nodoc:
@status
end
private
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册