From 975efb2c2d1f17f7cc4aae60a379ee15828cdad8 Mon Sep 17 00:00:00 2001 From: Sourav Moitra Date: Sun, 27 Mar 2016 18:38:26 +0530 Subject: [ci skip] relations inside tag s removed objects added --- activerecord/lib/active_record/associations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record') diff --git a/activerecord/lib/active_record/associations.rb b/activerecord/lib/active_record/associations.rb index e13fe33b85..77d17fc975 100644 --- a/activerecord/lib/active_record/associations.rb +++ b/activerecord/lib/active_record/associations.rb @@ -504,7 +504,7 @@ module ActiveRecord # # == Customizing the query # - # \Associations are built from Relations, and you can use the Relation syntax + # \Associations are built from Relation objects, and you can use the Relation syntax # to customize them. For example, to add a condition: # # class Blog < ActiveRecord::Base -- cgit v1.2.3