We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74dc16 commit 9ddb9e2Copy full SHA for 9ddb9e2
activerecord/lib/active_record/reflection.rb
@@ -73,7 +73,7 @@ def reflect_on_aggregation(aggregation)
73
74
# Returns a Hash of name of the reflection as the key and an AssociationReflection as the value.
75
#
76
- # Account.reflections # => {balance: => AggregateReflection}
+ # Account.reflections # => {"balance" => AggregateReflection}
77
78
def reflections
79
normalized_reflections.stringify_keys
0 commit comments