aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/builder/belongs_to.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-08-02 18:44:25 +0200
committerXavier Noria <fxn@hashref.com>2012-08-02 21:59:22 +0200
commit5ea6b0df9a36d033f21b52049426257a4637028d (patch)
tree88208a852071af044c898660e82c3eff2ef3be8b /activerecord/lib/active_record/associations/builder/belongs_to.rb
parent8f58d6e5074a623bed752d5ba38513305f03fae9 (diff)
downloadrails-5ea6b0df9a36d033f21b52049426257a4637028d.tar.gz
rails-5ea6b0df9a36d033f21b52049426257a4637028d.tar.bz2
rails-5ea6b0df9a36d033f21b52049426257a4637028d.zip
load active_support/core_ext/object/inclusion in active_support/rails
Diffstat (limited to 'activerecord/lib/active_record/associations/builder/belongs_to.rb')
-rw-r--r--activerecord/lib/active_record/associations/builder/belongs_to.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/associations/builder/belongs_to.rb b/activerecord/lib/active_record/associations/builder/belongs_to.rb
index 405dfc97b7..f205a456f7 100644
--- a/activerecord/lib/active_record/associations/builder/belongs_to.rb
+++ b/activerecord/lib/active_record/associations/builder/belongs_to.rb
@@ -1,4 +1,3 @@
-require 'active_support/core_ext/object/inclusion'
module ActiveRecord::Associations::Builder
class BelongsTo < SingularAssociation #:nodoc: