diff options
author | Arthur Neves <arthurnn@gmail.com> | 2014-11-22 20:33:00 -0500 |
---|---|---|
committer | Arthur Neves <arthurnn@gmail.com> | 2014-11-22 20:33:00 -0500 |
commit | 31b3069615529eabc42cc5bee1cd76e52bd1560b (patch) | |
tree | 265f9ac00986107486c16bd9809a420085e91910 /activerecord | |
parent | 5dc598814efa45a1019c262ee01e5cc2db864d26 (diff) | |
download | rails-31b3069615529eabc42cc5bee1cd76e52bd1560b.tar.gz rails-31b3069615529eabc42cc5bee1cd76e52bd1560b.tar.bz2 rails-31b3069615529eabc42cc5bee1cd76e52bd1560b.zip |
Update reflections public API doc
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 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 |