aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorLucas Arantes <lucas.ruby.dev@gmail.com>2019-06-12 16:06:43 -0400
committerLucas Arantes <lucas.ruby.dev@gmail.com>2019-06-12 16:06:43 -0400
commitfdee00561e04a2a2aa6eb1134ca071fd3542b419 (patch)
treef52a01aca88abe6c629bdf6f1dc5d8168bf5eaee /activesupport/lib
parentfb3ecbf130e141688782bafb7da979bf0ecedf1a (diff)
downloadrails-fdee00561e04a2a2aa6eb1134ca071fd3542b419.tar.gz
rails-fdee00561e04a2a2aa6eb1134ca071fd3542b419.tar.bz2
rails-fdee00561e04a2a2aa6eb1134ca071fd3542b419.zip
Add missing file to require digest/uuid on active_support core extensions
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/core_ext/digest.rb3
1 files changed, 3 insertions, 0 deletions
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"