diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2017-07-23 16:57:26 -0500 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2017-07-23 16:57:26 -0500 |
commit | e16d0c9ceacd771c99048385dc886c6026c7bc45 (patch) | |
tree | b3a4ab7e1da21e49422db1943c99f089dee61021 /test | |
parent | 68b5d274a365c1babdb92dedfcf2e600138be5eb (diff) | |
download | rails-e16d0c9ceacd771c99048385dc886c6026c7bc45.tar.gz rails-e16d0c9ceacd771c99048385dc886c6026c7bc45.tar.bz2 rails-e16d0c9ceacd771c99048385dc886c6026c7bc45.zip |
No more GlobalID
Diffstat (limited to 'test')
-rw-r--r-- | test/test_helper.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb index 650e997205..a6e228c4d2 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -62,7 +62,3 @@ end require "active_storage/attached" ActiveRecord::Base.send :extend, ActiveStorage::Attached::Macros - -require "global_id" -GlobalID.app = "ActiveStorageExampleApp" -ActiveRecord::Base.send :include, GlobalID::Identification |