From 609dbb84c3abe754af8097880dbfec5361062204 Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Sun, 31 Dec 2017 13:16:21 -0500 Subject: Expose ActiveStorage::Analyzer#logger in API docs [ci skip] Clarify that it's public API and may be used in third-party analyzers. --- activestorage/lib/active_storage/analyzer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activestorage') diff --git a/activestorage/lib/active_storage/analyzer.rb b/activestorage/lib/active_storage/analyzer.rb index 837785a12b..7c4168c1a0 100644 --- a/activestorage/lib/active_storage/analyzer.rb +++ b/activestorage/lib/active_storage/analyzer.rb @@ -26,7 +26,7 @@ module ActiveStorage end private - def logger + def logger #:doc: ActiveStorage.logger end end -- cgit v1.2.3