aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authoreileencodes <eileencodes@gmail.com>2014-12-07 13:21:11 -0500
committereileencodes <eileencodes@gmail.com>2014-12-07 13:36:05 -0500
commit480e911859aa267b7edae18c9d319c2b3a871e73 (patch)
tree4e33d57e683521e312975db35e8da1f4f1e4383d /activerecord
parent4ff026e595cbc66189155fa4cc7d775f00dcff24 (diff)
downloadrails-480e911859aa267b7edae18c9d319c2b3a871e73.tar.gz
rails-480e911859aa267b7edae18c9d319c2b3a871e73.tar.bz2
rails-480e911859aa267b7edae18c9d319c2b3a871e73.zip
Fix grammar of sentence in Reflection documentation
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/reflection.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/activerecord/lib/active_record/reflection.rb b/activerecord/lib/active_record/reflection.rb
index 96520d1d49..4202bc5665 100644
--- a/activerecord/lib/active_record/reflection.rb
+++ b/activerecord/lib/active_record/reflection.rb
@@ -39,9 +39,9 @@ module ActiveRecord
ar.aggregate_reflections = ar.aggregate_reflections.merge(name.to_s => reflection)
end
- # \Reflection enables interrogating of Active Record classes and objects
- # about their associations and aggregations. This information can,
- # for example, be used in a form builder that takes an Active Record object
+ # \Reflection enables the ability to examine the associations and aggregations of
+ # Active Record classes and objects. This information, for example,
+ # can be used in a form builder that takes an Active Record object
# and creates input fields for all of the attributes depending on their type
# and displays the associations to other objects.
#