mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add missing file to require digest/uuid on active_support core extensions
This commit is contained in:
parent
fb3ecbf130
commit
fdee00561e
1 changed files with 3 additions and 0 deletions
3
activesupport/lib/active_support/core_ext/digest.rb
Normal file
3
activesupport/lib/active_support/core_ext/digest.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require "active_support/core_ext/digest/uuid"
|
Loading…
Reference in a new issue