Skip to content

Commit

Permalink
Merge pull request #23520 from kamipo/remove_duplicated_require_arel
Browse files Browse the repository at this point in the history
Remove duplicated `require 'arel'`
  • Loading branch information
sgrif committed Feb 6, 2016
2 parents b9a9545 + 4ca3f99 commit f611e59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion activerecord/lib/active_record/base.rb
Expand Up @@ -13,7 +13,6 @@
require 'active_support/core_ext/module/introspection'
require 'active_support/core_ext/object/duplicable'
require 'active_support/core_ext/class/subclasses'
require 'arel'
require 'active_record/attribute_decorators'
require 'active_record/errors'
require 'active_record/log_subscriber'
Expand Down

0 comments on commit f611e59

Please sign in to comment.