diff options
author | Jack Danger Canty <github@jackcanty.com> | 2014-07-31 21:01:00 -0700 |
---|---|---|
committer | Jack Danger Canty <github@jackcanty.com> | 2014-07-31 21:01:00 -0700 |
commit | 30af85813094662a22dd39747233f75c54632aa0 (patch) | |
tree | dee6661ed50de91c3eb89698ab19c544dd7d1d0d /activerecord | |
parent | 68aea29cf5e5b856fdfa0b3087bf68cbd6310bd6 (diff) | |
download | rails-30af85813094662a22dd39747233f75c54632aa0.tar.gz rails-30af85813094662a22dd39747233f75c54632aa0.tar.bz2 rails-30af85813094662a22dd39747233f75c54632aa0.zip |
Fixes small error in ActiveRecord::Reflection docs
[ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/lib/active_record/reflection.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/reflection.rb b/activerecord/lib/active_record/reflection.rb index 1672128aa3..bb84f388a8 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 to interrogate Active Record classes and objects + # \Reflection enables interrogating 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 |