aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/reflection.rb
diff options
context:
space:
mode:
authorArthur Neves <arthurnn@gmail.com>2014-11-22 20:33:00 -0500
committerArthur Neves <arthurnn@gmail.com>2014-11-22 20:33:00 -0500
commit31b3069615529eabc42cc5bee1cd76e52bd1560b (patch)
tree265f9ac00986107486c16bd9809a420085e91910 /activerecord/lib/active_record/reflection.rb
parent5dc598814efa45a1019c262ee01e5cc2db864d26 (diff)
downloadrails-31b3069615529eabc42cc5bee1cd76e52bd1560b.tar.gz
rails-31b3069615529eabc42cc5bee1cd76e52bd1560b.tar.bz2
rails-31b3069615529eabc42cc5bee1cd76e52bd1560b.zip
Update reflections public API doc
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 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