1
0
Fork 0
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:
Lucas Arantes 2019-06-12 16:06:43 -04:00
parent fb3ecbf130
commit fdee00561e

View file

@ -0,0 +1,3 @@
# frozen_string_literal: true
require "active_support/core_ext/digest/uuid"