aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-08-19 23:35:52 -0700
committerZachary Scott <e@zzak.io>2014-08-19 23:35:52 -0700
commit161382fd04e89011ff05e8749b4feefb96ca1de6 (patch)
tree1d78b888e5c963ef0c205696e37da4e953a4b5b3 /activerecord
parent4b7ac2e83eb5776855b4abe02ca6060e73290e42 (diff)
downloadrails-161382fd04e89011ff05e8749b4feefb96ca1de6.tar.gz
rails-161382fd04e89011ff05e8749b4feefb96ca1de6.tar.bz2
rails-161382fd04e89011ff05e8749b4feefb96ca1de6.zip
[ci skip] "..enables interrorgating of [thing].." would be correct
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/reflection.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/reflection.rb b/activerecord/lib/active_record/reflection.rb
index 1547c8e3f4..331b6b0698 100644
--- a/activerecord/lib/active_record/reflection.rb
+++ b/activerecord/lib/active_record/reflection.rb
@@ -38,7 +38,7 @@ module ActiveRecord
ar.aggregate_reflections = ar.aggregate_reflections.merge(name.to_s => reflection)
end
- # \Reflection enables interrogating Active Record classes and objects
+ # \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
# and creates input fields for all of the attributes depending on their type