1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #5331 from castlerock/remove_unused_require

remove unused require from AS/core_ext/class/delegating_att.rb
This commit is contained in:
Aaron Patterson 2012-03-26 16:12:40 -07:00
commit 281b31b4bb

View file

@ -1,5 +1,3 @@
require 'active_support/core_ext/object/blank'
require 'active_support/core_ext/array/extract_options'
require 'active_support/core_ext/kernel/singleton_class'
require 'active_support/core_ext/module/remove_method'