aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/reflection.rb
diff options
context:
space:
mode:
authorMehmet Emin İNAÇ <mehmetemininac@gmail.com>2015-10-03 23:39:31 +0300
committerMehmet Emin İNAÇ <mehmetemininac@gmail.com>2015-10-03 23:39:31 +0300
commitc4cc3be0d9156c7b4f9eeebfe90527a85d96c68d (patch)
tree717800a5472550026a7bc55acfc2be9fa16d3fda /activerecord/lib/active_record/reflection.rb
parent55ac94cec45328657c579024bb835fe18bb2d32b (diff)
downloadrails-c4cc3be0d9156c7b4f9eeebfe90527a85d96c68d.tar.gz
rails-c4cc3be0d9156c7b4f9eeebfe90527a85d96c68d.tar.bz2
rails-c4cc3be0d9156c7b4f9eeebfe90527a85d96c68d.zip
Wrong usage of 'a' in docs fixed [ci skip]
Diffstat (limited to 'activerecord/lib/active_record/reflection.rb')
-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 65ec356735..5b9d45d871 100644
--- a/activerecord/lib/active_record/reflection.rb
+++ b/activerecord/lib/active_record/reflection.rb
@@ -62,7 +62,7 @@ module ActiveRecord
aggregate_reflections[aggregation.to_s]
end
- # Returns a Hash of name of the reflection as the key and a AssociationReflection as the value.
+ # Returns a Hash of name of the reflection as the key and an AssociationReflection as the value.
#
# Account.reflections # => {"balance" => AggregateReflection}
#