aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2017-12-31 13:16:21 -0500
committerGeorge Claghorn <george@basecamp.com>2017-12-31 13:16:21 -0500
commit609dbb84c3abe754af8097880dbfec5361062204 (patch)
tree1e4ba251cf9012b033b5c73cd3e0b8fef9013d56 /activestorage
parenta470317b2ce87ef29bca6ce1f4a7c5cae379bb58 (diff)
downloadrails-609dbb84c3abe754af8097880dbfec5361062204.tar.gz
rails-609dbb84c3abe754af8097880dbfec5361062204.tar.bz2
rails-609dbb84c3abe754af8097880dbfec5361062204.zip
Expose ActiveStorage::Analyzer#logger in API docs [ci skip]
Clarify that it's public API and may be used in third-party analyzers.
Diffstat (limited to 'activestorage')
-rw-r--r--activestorage/lib/active_storage/analyzer.rb2
1 files changed, 1 insertions, 1 deletions
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