diff options
author | Andrew White <andrew.white@unboxed.co> | 2016-11-13 22:29:18 +0000 |
---|---|---|
committer | Andrew White <andrew.white@unboxed.co> | 2016-11-13 22:29:18 +0000 |
commit | 2ae41d24b9e8ba399293660d4dd900ff66742c97 (patch) | |
tree | f179e369041580dfdd2d0a51216746a688e1c521 /activesupport | |
parent | c32ccd837ee37272b5b7abee6afec40cb45491ed (diff) | |
download | rails-2ae41d24b9e8ba399293660d4dd900ff66742c97.tar.gz rails-2ae41d24b9e8ba399293660d4dd900ff66742c97.tar.bz2 rails-2ae41d24b9e8ba399293660d4dd900ff66742c97.zip |
Remove deprecated module method_transplanting file
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/core_ext/module/method_transplanting.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/activesupport/lib/active_support/core_ext/module/method_transplanting.rb b/activesupport/lib/active_support/core_ext/module/method_transplanting.rb deleted file mode 100644 index dccfa3e9bb..0000000000 --- a/activesupport/lib/active_support/core_ext/module/method_transplanting.rb +++ /dev/null @@ -1,3 +0,0 @@ -require "active_support/deprecation" - -ActiveSupport::Deprecation.warn("This file is deprecated and will be removed in Rails 5.1 with no replacement.") |