Open dgmstuart opened 8 years ago
http://www.docsdoctor.org/doc_methods/259451 links to an old commit, and the wrong line: (https://github.com/rails/rails/blob/9671df3ff797347940da2e813d005a4584ef464e/actionpack/lib/action_dispatch/request/session.rb/#L175)
On both that commit and master, the method concerned (load_for_write!) is private.
load_for_write!
Presumably private methods are not intended to be documented?
http://www.docsdoctor.org/doc_methods/259451 links to an old commit, and the wrong line: (https://github.com/rails/rails/blob/9671df3ff797347940da2e813d005a4584ef464e/actionpack/lib/action_dispatch/request/session.rb/#L175)
On both that commit and master, the method concerned (
load_for_write!
) is private.Presumably private methods are not intended to be documented?