aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2018-02-20 18:03:44 -0500
committerGeorge Claghorn <george@basecamp.com>2018-02-20 18:03:44 -0500
commitd94db077746cd47d99a9ab1f98ee5fcda5642893 (patch)
tree7e9b587bd81a40db53683d6de109ecef74938067
parent9208a52220b51cc747f45f11ccfa1cf0de29e8d7 (diff)
downloadrails-d94db077746cd47d99a9ab1f98ee5fcda5642893.tar.gz
rails-d94db077746cd47d99a9ab1f98ee5fcda5642893.tar.bz2
rails-d94db077746cd47d99a9ab1f98ee5fcda5642893.zip
Undocument ActiveStorage::Identification
-rw-r--r--activestorage/app/models/active_storage/identification.rb2
1 files changed, 1 insertions, 1 deletions
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)