Skip to content

Commit

Permalink
Update reflections public API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurnn committed Nov 23, 2014
1 parent 5dc5988 commit 31b3069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/reflection.rb
Expand Up @@ -63,7 +63,7 @@ def reflect_on_aggregation(aggregation)

# 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
Expand Down

0 comments on commit 31b3069

Please sign in to comment.