aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_storage
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2017-07-23 16:57:26 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2017-07-23 16:57:26 -0500
commite16d0c9ceacd771c99048385dc886c6026c7bc45 (patch)
treeb3a4ab7e1da21e49422db1943c99f089dee61021 /lib/active_storage
parent68b5d274a365c1babdb92dedfcf2e600138be5eb (diff)
downloadrails-e16d0c9ceacd771c99048385dc886c6026c7bc45.tar.gz
rails-e16d0c9ceacd771c99048385dc886c6026c7bc45.tar.bz2
rails-e16d0c9ceacd771c99048385dc886c6026c7bc45.zip
No more GlobalID
Diffstat (limited to 'lib/active_storage')
-rw-r--r--lib/active_storage/attached.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/active_storage/attached.rb b/lib/active_storage/attached.rb
index 9fa7b8e021..6b81545897 100644
--- a/lib/active_storage/attached.rb
+++ b/lib/active_storage/attached.rb
@@ -4,8 +4,6 @@ require "active_storage/attachment"
require "action_dispatch/http/upload"
require "active_support/core_ext/module/delegation"
-require "global_id/locator"
-
class ActiveStorage::Attached
attr_reader :name, :record