aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-11-22 17:43:12 -0800
committerZachary Scott <e@zzak.io>2014-11-22 17:43:12 -0800
commite7bf741af9c1e3c38a751340f18a461a6b16f8bd (patch)
tree265f9ac00986107486c16bd9809a420085e91910 /activerecord/lib/active_record
parent6cd9e2bd29b26e1ea781fafce18614217b7adf7b (diff)
parent31b3069615529eabc42cc5bee1cd76e52bd1560b (diff)
downloadrails-e7bf741af9c1e3c38a751340f18a461a6b16f8bd.tar.gz
rails-e7bf741af9c1e3c38a751340f18a461a6b16f8bd.tar.bz2
rails-e7bf741af9c1e3c38a751340f18a461a6b16f8bd.zip
Merge pull request #17718 from arthurnn/fixes_16928
Fixes 16928, improve reflections public API doc [ci skip]
Diffstat (limited to 'activerecord/lib/active_record')
-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 f4a351b092..4219632596 100644
--- a/activerecord/lib/active_record/reflection.rb
+++ b/activerecord/lib/active_record/reflection.rb
@@ -63,7 +63,7 @@ module ActiveRecord
# Returns a Hash of name of the reflection as the key and a AssociationReflection as the value.
#
- # Account.reflections # => {balance: AggregateReflection}
+ # Account.reflections # => {"balance" => AggregateReflection}
#
# @api public
def reflections