aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorWojciech Wnętrzak <w.wnetrzak@gmail.com>2018-03-30 12:06:54 +0200
committerWojciech Wnętrzak <w.wnetrzak@gmail.com>2018-03-30 12:07:17 +0200
commitc7d886969085ffb14669658a694dd698f593a1b1 (patch)
tree231257e9327825858811dad8f3360593d2c076a5 /activesupport/lib
parent90ebf3f90748fa77d7de4d9c358ba4eb57b91b6d (diff)
downloadrails-c7d886969085ffb14669658a694dd698f593a1b1.tar.gz
rails-c7d886969085ffb14669658a694dd698f593a1b1.tar.bz2
rails-c7d886969085ffb14669658a694dd698f593a1b1.zip
Adding missing extension for `cattr_accessor` method
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/message_encryptor.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/message_encryptor.rb b/activesupport/lib/active_support/message_encryptor.rb
index 5236c776dd..8b73270894 100644
--- a/activesupport/lib/active_support/message_encryptor.rb
+++ b/activesupport/lib/active_support/message_encryptor.rb
@@ -3,6 +3,7 @@
require "openssl"
require "base64"
require "active_support/core_ext/array/extract_options"
+require "active_support/core_ext/module/attribute_accessors"
require "active_support/message_verifier"
require "active_support/messages/metadata"