1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Missing require AS/core_ext/string/inflections

This commit is contained in:
Akira Matsuda 2019-08-02 05:00:15 +09:00
parent 3d561aab75
commit 0168ac3dfc

View file

@ -1,5 +1,7 @@
# frozen_string_literal: true
require "active_support/core_ext/string/inflections"
module ActiveSupport
module MarshalWithAutoloading # :nodoc:
def load(source, proc = nil)