From 46da4ee7daf1ecaa2fc47a260ccb58e119a1b5ea Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 23 Jul 2017 11:05:20 -0500 Subject: Switch to simpler signed_id for blob rather than full GlobalID We don't need to lookup multiple different classes, so no need to use a globalid. --- test/models/verified_key_with_expiration_test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/models/verified_key_with_expiration_test.rb') diff --git a/test/models/verified_key_with_expiration_test.rb b/test/models/verified_key_with_expiration_test.rb index ee4dc7e02e..dd69e7cb10 100644 --- a/test/models/verified_key_with_expiration_test.rb +++ b/test/models/verified_key_with_expiration_test.rb @@ -1,5 +1,6 @@ require "test_helper" require "active_support/core_ext/securerandom" +require "active_storage/verified_key_with_expiration" class ActiveStorage::VerifiedKeyWithExpirationTest < ActiveSupport::TestCase FIXTURE_KEY = SecureRandom.base58(24) -- cgit v1.2.3