diff options
author | Lucas Arantes <lucas.ruby.dev@gmail.com> | 2019-06-12 16:06:43 -0400 |
---|---|---|
committer | Lucas Arantes <lucas.ruby.dev@gmail.com> | 2019-06-12 16:06:43 -0400 |
commit | fdee00561e04a2a2aa6eb1134ca071fd3542b419 (patch) | |
tree | f52a01aca88abe6c629bdf6f1dc5d8168bf5eaee | |
parent | fb3ecbf130e141688782bafb7da979bf0ecedf1a (diff) | |
download | rails-fdee00561e04a2a2aa6eb1134ca071fd3542b419.tar.gz rails-fdee00561e04a2a2aa6eb1134ca071fd3542b419.tar.bz2 rails-fdee00561e04a2a2aa6eb1134ca071fd3542b419.zip |
Add missing file to require digest/uuid on active_support core extensions
-rw-r--r-- | activesupport/lib/active_support/core_ext/digest.rb | 3 |
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" |