Skip to content

Commit

Permalink
Remove AR::Associations::Preloader from public API doc
Browse files Browse the repository at this point in the history
This removes the following previously internal API:

* AR::Associations::Preloader
* AR::Associations::Preloader::Association
* AR::Associations::Preloader::Association::LoaderQuery
* AR::Associations::Preloader::Association::LoaderRecords

Because there was a `:nodoc:` on both Preloader and Preloader::Association,
the assumption is that everything underthat is also private.

However, RDoc did not do the right thing.
  • Loading branch information
zzak committed May 30, 2023
1 parent 8bcea6b commit bc7a727
Showing 1 changed file with 2 additions and 0 deletions.
@@ -1,5 +1,7 @@
# frozen_string_literal: true

# :enddoc:

module ActiveRecord
module Associations
class Preloader
Expand Down

0 comments on commit bc7a727

Please sign in to comment.