diff options
author | Akira Matsuda <ronnie@dio.jp> | 2019-07-12 17:29:14 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2019-07-12 18:32:45 +0900 |
commit | 00c3f3fca2e6e289eb0ce4c75349cae0d0bd03fe (patch) | |
tree | ac02ecdc72d6143933f4ef9e8f24530d5760ce9b /activerecord/lib | |
parent | 71a20b0e6d8c186e0f12aad4e5adf573f86cfe2e (diff) | |
download | rails-00c3f3fca2e6e289eb0ce4c75349cae0d0bd03fe.tar.gz rails-00c3f3fca2e6e289eb0ce4c75349cae0d0bd03fe.tar.bz2 rails-00c3f3fca2e6e289eb0ce4c75349cae0d0bd03fe.zip |
No Woman, No try
Diffstat (limited to 'activerecord/lib')
-rw-r--r-- | activerecord/lib/active_record/nested_attributes.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/nested_attributes.rb b/activerecord/lib/active_record/nested_attributes.rb index cab2369b71..ab107742ed 100644 --- a/activerecord/lib/active_record/nested_attributes.rb +++ b/activerecord/lib/active_record/nested_attributes.rb @@ -2,7 +2,6 @@ require "active_support/core_ext/hash/except" require "active_support/core_ext/module/redefine_method" -require "active_support/core_ext/object/try" require "active_support/core_ext/hash/indifferent_access" module ActiveRecord |