diff options
author | Edouard CHIN <edouard.chin@shopify.com> | 2017-02-12 20:00:54 -0500 |
---|---|---|
committer | Edouard CHIN <edouard.chin@shopify.com> | 2017-02-12 20:00:54 -0500 |
commit | 5b2b6282f54a6af69f5a96e8b7d0e8ede8e36f5a (patch) | |
tree | 1f7315a8ea47088ee7c6bac45e2e250cbbcd6c42 | |
parent | 5753f6690bcd2767d897550dc18942fd69433e8c (diff) | |
download | rails-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
-rw-r--r-- | activesupport/lib/active_support/callbacks.rb | 1 |
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" |