diff options
author | Edouard CHIN <edouard.chin@shopify.com> | 2017-02-12 19:43:04 -0500 |
---|---|---|
committer | Edouard CHIN <edouard.chin@shopify.com> | 2017-02-12 19:45:11 -0500 |
commit | 5753f6690bcd2767d897550dc18942fd69433e8c (patch) | |
tree | 94938230cc2d1088844a3bba22a6078263158e8a | |
parent | acdbe70a02f4eec9e7dc085dfce615a3ddaf9d37 (diff) | |
download | rails-5753f6690bcd2767d897550dc18942fd69433e8c.tar.gz rails-5753f6690bcd2767d897550dc18942fd69433e8c.tar.bz2 rails-5753f6690bcd2767d897550dc18942fd69433e8c.zip |
Removed the `attribute_accessors` required file:
- This file is no more needed, the call to `cattr_reader` were removed in https://github.com/rails/rails/commit/9e2948e750fa3f641f20adad4b4ecae89b35faa7#diff-c5146df11f35304765e9ceebed108f57L60 and https://github.com/rails/rails/commit/1fe0a1b5ebebb1372968606b85ce08b93bc145c8#diff-c5146df11f35304765e9ceebed108f57L99
-rw-r--r-- | actionpack/lib/action_dispatch/http/mime_type.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/http/mime_type.rb b/actionpack/lib/action_dispatch/http/mime_type.rb index 1a65e2d1cb..1583a8f87f 100644 --- a/actionpack/lib/action_dispatch/http/mime_type.rb +++ b/actionpack/lib/action_dispatch/http/mime_type.rb @@ -1,7 +1,6 @@ # -*- frozen-string-literal: true -*- require "singleton" -require "active_support/core_ext/module/attribute_accessors" require "active_support/core_ext/string/starts_ends_with" module Mime |