diff options
author | Sourav Moitra <sourav.moitr@gmail.com> | 2016-03-27 18:38:26 +0530 |
---|---|---|
committer | Sourav Moitra <sourav.moitr@gmail.com> | 2016-03-27 19:01:27 +0530 |
commit | 975efb2c2d1f17f7cc4aae60a379ee15828cdad8 (patch) | |
tree | e1b6aab3f78c39398d9c46c342eb24ee7c46a313 /activerecord/lib/active_record | |
parent | 900d490c0a5cb1ced345ad96a7f4169d88e2003b (diff) | |
download | rails-975efb2c2d1f17f7cc4aae60a379ee15828cdad8.tar.gz rails-975efb2c2d1f17f7cc4aae60a379ee15828cdad8.tar.bz2 rails-975efb2c2d1f17f7cc4aae60a379ee15828cdad8.zip |
[ci skip] relations inside <tt> tag
s removed
objects added
Diffstat (limited to 'activerecord/lib/active_record')
-rw-r--r-- | activerecord/lib/active_record/associations.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 <tt>Relation</tt>s, and you can use the Relation syntax + # \Associations are built from <tt>Relation</tt> objects, and you can use the Relation syntax # to customize them. For example, to add a condition: # # class Blog < ActiveRecord::Base |