From e16d0c9ceacd771c99048385dc886c6026c7bc45 Mon Sep 17 00:00:00 2001
From: David Heinemeier Hansson <david@loudthinking.com>
Date: Sun, 23 Jul 2017 16:57:26 -0500
Subject: No more GlobalID

---
 app/models/active_storage/attachment.rb | 1 -
 1 file changed, 1 deletion(-)

(limited to 'app')

diff --git a/app/models/active_storage/attachment.rb b/app/models/active_storage/attachment.rb
index 1dd202ca45..d491c7224e 100644
--- a/app/models/active_storage/attachment.rb
+++ b/app/models/active_storage/attachment.rb
@@ -1,5 +1,4 @@
 require "active_storage/blob"
-require "global_id"
 require "active_support/core_ext/module/delegation"
 
 # Schema: id, record_gid, blob_id, created_at
-- 
cgit v1.2.3