class Rails::Railtie::Configuration

def before_eager_load(&block)

set to false.
Third configurable block to run. Does not run if +config.eager_load+
def before_eager_load(&block)
  ActiveSupport.on_load(:before_eager_load, yield: true, &block)
end