diff options
author | Vipul A M <vipulnsward@gmail.com> | 2016-03-27 19:03:43 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2016-03-27 19:03:43 +0530 |
commit | 306da3e280055e9741f1be777197714b2090c6fc (patch) | |
tree | 89e17d9f48c604574cf739dba9187a2c8ae7f684 /activerecord | |
parent | 41d432dd7af44c7d1fc5070abddf470dd06035a9 (diff) | |
parent | 975efb2c2d1f17f7cc4aae60a379ee15828cdad8 (diff) | |
download | rails-306da3e280055e9741f1be777197714b2090c6fc.tar.gz rails-306da3e280055e9741f1be777197714b2090c6fc.tar.bz2 rails-306da3e280055e9741f1be777197714b2090c6fc.zip |
Merge pull request #24337 from xw19/realations-properly
[ci skip] relations inside <tt> tag
Diffstat (limited to 'activerecord')
-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 |