From fdee00561e04a2a2aa6eb1134ca071fd3542b419 Mon Sep 17 00:00:00 2001 From: Lucas Arantes Date: Wed, 12 Jun 2019 16:06:43 -0400 Subject: Add missing file to require digest/uuid on active_support core extensions --- activesupport/lib/active_support/core_ext/digest.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 activesupport/lib/active_support/core_ext/digest.rb (limited to 'activesupport/lib/active_support/core_ext') diff --git a/activesupport/lib/active_support/core_ext/digest.rb b/activesupport/lib/active_support/core_ext/digest.rb new file mode 100644 index 0000000000..ce1427e13a --- /dev/null +++ b/activesupport/lib/active_support/core_ext/digest.rb @@ -0,0 +1,3 @@ +# frozen_string_literal: true + +require "active_support/core_ext/digest/uuid" -- cgit v1.2.3