aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2018-01-02 22:49:18 -0500
committerGeorge Claghorn <george@basecamp.com>2018-01-02 22:49:18 -0500
commitdbff1cee55a13ec7b0f135618555c3714bfd597b (patch)
tree60a4bc8c1ebaa78a2dbcec0524db6b9eea878468 /activestorage
parent7098f28853ce0071e7a28b0c443e5faa6c13e7a4 (diff)
downloadrails-dbff1cee55a13ec7b0f135618555c3714bfd597b.tar.gz
rails-dbff1cee55a13ec7b0f135618555c3714bfd597b.tar.bz2
rails-dbff1cee55a13ec7b0f135618555c3714bfd597b.zip
Exclude ActiveStorage::SetBlob from API docs [ci skip]
Diffstat (limited to 'activestorage')
-rw-r--r--activestorage/app/controllers/concerns/active_storage/set_blob.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activestorage/app/controllers/concerns/active_storage/set_blob.rb b/activestorage/app/controllers/concerns/active_storage/set_blob.rb
index b0f3d97a66..f072954d78 100644
--- a/activestorage/app/controllers/concerns/active_storage/set_blob.rb
+++ b/activestorage/app/controllers/concerns/active_storage/set_blob.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-module ActiveStorage::SetBlob
+module ActiveStorage::SetBlob #:nodoc:
extend ActiveSupport::Concern
included do