aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2019-08-02 04:27:48 +0900
committerAkira Matsuda <ronnie@dio.jp>2019-08-02 05:36:38 +0900
commit2ec1bad4ad83bdf8cecf055642ae3eb57d5fe919 (patch)
tree3fc3e5608848a84cea3783a86f575c71afcb4f46 /activesupport
parentf22a11edc71de44b3ef283066c6307503b83165b (diff)
downloadrails-2ec1bad4ad83bdf8cecf055642ae3eb57d5fe919.tar.gz
rails-2ec1bad4ad83bdf8cecf055642ae3eb57d5fe919.tar.bz2
rails-2ec1bad4ad83bdf8cecf055642ae3eb57d5fe919.zip
Missing require AS/core_ext/object/blank
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/inflector/methods.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/inflector/methods.rb b/activesupport/lib/active_support/inflector/methods.rb
index 94d1115ccf..33a17a7741 100644
--- a/activesupport/lib/active_support/inflector/methods.rb
+++ b/activesupport/lib/active_support/inflector/methods.rb
@@ -1,6 +1,7 @@
# frozen_string_literal: true
require "active_support/inflections"
+require "active_support/core_ext/object/blank"
module ActiveSupport
# The Inflector transforms words from singular to plural, class names to table