aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2013-01-31 14:03:42 +0900
committerAkira Matsuda <ronnie@dio.jp>2013-01-31 15:56:47 +0900
commit9ec14c223b787d04b381511799b9b21499e29e68 (patch)
tree70500d8c4ef2514bfbba0503e38eebb77c130d59 /activesupport/lib
parent162f7c1edcc45074aca482b4688a08e8ab41083f (diff)
downloadrails-9ec14c223b787d04b381511799b9b21499e29e68.tar.gz
rails-9ec14c223b787d04b381511799b9b21499e29e68.tar.bz2
rails-9ec14c223b787d04b381511799b9b21499e29e68.zip
Missing require extract_options
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/cache/mem_cache_store.rb1
-rw-r--r--activesupport/lib/active_support/message_encryptor.rb1
2 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/cache/mem_cache_store.rb b/activesupport/lib/active_support/cache/mem_cache_store.rb
index c7dbfc95dc..512296554f 100644
--- a/activesupport/lib/active_support/cache/mem_cache_store.rb
+++ b/activesupport/lib/active_support/cache/mem_cache_store.rb
@@ -7,6 +7,7 @@ end
require 'digest/md5'
require 'active_support/core_ext/marshal'
+require 'active_support/core_ext/array/extract_options'
module ActiveSupport
module Cache
diff --git a/activesupport/lib/active_support/message_encryptor.rb b/activesupport/lib/active_support/message_encryptor.rb
index b7dc0689b0..ce40a7d689 100644
--- a/activesupport/lib/active_support/message_encryptor.rb
+++ b/activesupport/lib/active_support/message_encryptor.rb
@@ -1,5 +1,6 @@
require 'openssl'
require 'base64'
+require 'active_support/core_ext/array/extract_options'
module ActiveSupport
# MessageEncryptor is a simple way to encrypt values which get stored