From d94db077746cd47d99a9ab1f98ee5fcda5642893 Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Tue, 20 Feb 2018 18:03:44 -0500 Subject: Undocument ActiveStorage::Identification --- activestorage/app/models/active_storage/identification.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activestorage/app') diff --git a/activestorage/app/models/active_storage/identification.rb b/activestorage/app/models/active_storage/identification.rb index d4d68fce8d..6f55418cd8 100644 --- a/activestorage/app/models/active_storage/identification.rb +++ b/activestorage/app/models/active_storage/identification.rb @@ -2,7 +2,7 @@ require "net/http" -class ActiveStorage::Identification +class ActiveStorage::Identification #:nodoc: attr_reader :blob def initialize(blob) -- cgit v1.2.3