aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/callbacks.rb
diff options
context:
space:
mode:
authorEdouard CHIN <edouard.chin@shopify.com>2017-02-12 20:00:54 -0500
committerEdouard CHIN <edouard.chin@shopify.com>2017-02-12 20:00:54 -0500
commit5b2b6282f54a6af69f5a96e8b7d0e8ede8e36f5a (patch)
tree1f7315a8ea47088ee7c6bac45e2e250cbbcd6c42 /activesupport/lib/active_support/callbacks.rb
parent5753f6690bcd2767d897550dc18942fd69433e8c (diff)
downloadrails-5b2b6282f54a6af69f5a96e8b7d0e8ede8e36f5a.tar.gz
rails-5b2b6282f54a6af69f5a96e8b7d0e8ede8e36f5a.tar.bz2
rails-5b2b6282f54a6af69f5a96e8b7d0e8ede8e36f5a.zip
Also not needed on this file, call to `mattr_accessor` got removed in https://github.com/rails/rails/commit/9e98f3f7e61dfce0a48948c8d296400af8bfaf21#diff-1ecd313ff0ab827af30014553cf8918dL76
Diffstat (limited to 'activesupport/lib/active_support/callbacks.rb')
-rw-r--r--activesupport/lib/active_support/callbacks.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/callbacks.rb b/activesupport/lib/active_support/callbacks.rb
index 0bee35135b..ea71569ca8 100644
--- a/activesupport/lib/active_support/callbacks.rb
+++ b/activesupport/lib/active_support/callbacks.rb
@@ -4,7 +4,6 @@ require "active_support/core_ext/array/extract_options"
require "active_support/core_ext/class/attribute"
require "active_support/core_ext/kernel/reporting"
require "active_support/core_ext/kernel/singleton_class"
-require "active_support/core_ext/module/attribute_accessors"
require "active_support/core_ext/string/filters"
require "active_support/deprecation"
require "thread"