diff options
author | Akira Matsuda <ronnie@dio.jp> | 2018-10-20 14:11:51 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2018-10-20 14:58:04 +0900 |
commit | 74a47746371be98fb33f5e49b20235b3b29130d0 (patch) | |
tree | 1144a0c669bfeabc37d394121eec04b9865edeb6 /activesupport | |
parent | 931120d37d8f204f0e8c2aabbe4caa68347ee7b9 (diff) | |
download | rails-74a47746371be98fb33f5e49b20235b3b29130d0.tar.gz rails-74a47746371be98fb33f5e49b20235b3b29130d0.tar.bz2 rails-74a47746371be98fb33f5e49b20235b3b29130d0.zip |
attribute_accessors no longer uses extract_options since a5b0c60714e1e8d8c182af830a26e1c7c884271d
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/core_ext/module/attribute_accessors.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/core_ext/module/attribute_accessors.rb b/activesupport/lib/active_support/core_ext/module/attribute_accessors.rb index 281eaa7d5f..5850e0193f 100644 --- a/activesupport/lib/active_support/core_ext/module/attribute_accessors.rb +++ b/activesupport/lib/active_support/core_ext/module/attribute_accessors.rb @@ -1,7 +1,5 @@ # frozen_string_literal: true -require "active_support/core_ext/array/extract_options" - # Extends the module object with class/module and instance accessors for # class/module attributes, just like the native attr* accessors for instance # attributes. |