aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2019-08-01 21:05:58 +0900
committerAkira Matsuda <ronnie@dio.jp>2019-08-01 21:09:44 +0900
commit2b222a89ecaebf55174425d7f714c82d8987b21d (patch)
treeb60d682b836f211deeb0812af0a03bfb56105dff /activesupport
parent530f7805ed5790af1d472a041bc74089dc183f47 (diff)
downloadrails-2b222a89ecaebf55174425d7f714c82d8987b21d.tar.gz
rails-2b222a89ecaebf55174425d7f714c82d8987b21d.tar.bz2
rails-2b222a89ecaebf55174425d7f714c82d8987b21d.zip
Another missing require "AS/core_ext/object/try"
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/cache.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/cache.rb b/activesupport/lib/active_support/cache.rb
index a5063d0784..a42553ae3a 100644
--- a/activesupport/lib/active_support/cache.rb
+++ b/activesupport/lib/active_support/cache.rb
@@ -7,6 +7,7 @@ require "active_support/core_ext/module/attribute_accessors"
require "active_support/core_ext/numeric/bytes"
require "active_support/core_ext/numeric/time"
require "active_support/core_ext/object/to_param"
+require "active_support/core_ext/object/try"
require "active_support/core_ext/string/inflections"
module ActiveSupport