diff options
author | Neeraj Singh <neerajdotname@gmail.com> | 2013-03-29 15:02:54 -0400 |
---|---|---|
committer | Neeraj Singh <neerajdotname@gmail.com> | 2013-03-29 15:02:54 -0400 |
commit | f3cabb3c05949b63e9eef25d91b32cf1e313e463 (patch) | |
tree | 2b92736d09f5240d205212e105e61c02adafb1b5 | |
parent | 6807114bb5aa4abf61a5033955d43b7488a71606 (diff) | |
download | rails-f3cabb3c05949b63e9eef25d91b32cf1e313e463.tar.gz rails-f3cabb3c05949b63e9eef25d91b32cf1e313e463.tar.bz2 rails-f3cabb3c05949b63e9eef25d91b32cf1e313e463.zip |
Do not use deprecate method [ci skip]
-rw-r--r-- | activerecord/lib/active_record/associations/association.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/associations/association.rb b/activerecord/lib/active_record/associations/association.rb index 8ef9f65694..54971e61e1 100644 --- a/activerecord/lib/active_record/associations/association.rb +++ b/activerecord/lib/active_record/associations/association.rb @@ -92,7 +92,7 @@ module ActiveRecord # The scope for this association. # # Note that the association_scope is merged into the target_scope only when the - # scoped method is called. This is because at that point the call may be surrounded + # scope method is called. This is because at that point the call may be surrounded # by scope.scoping { ... } or with_scope { ... } etc, which affects the scope which # actually gets built. def association_scope |