Skip to content

Commit

Permalink
Expose ActiveStorage::Analyzer#logger in API docs [ci skip]
Browse files Browse the repository at this point in the history
Clarify that it's public API and may be used in third-party analyzers.
  • Loading branch information
georgeclaghorn committed Dec 31, 2017
1 parent a470317 commit 609dbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activestorage/lib/active_storage/analyzer.rb
Expand Up @@ -26,7 +26,7 @@ def metadata
end

private
def logger
def logger #:doc:
ActiveStorage.logger
end
end
Expand Down

0 comments on commit 609dbb8

Please sign in to comment.