Skip to content

Commit 5f71da1

Browse files
committed
Fix normalized_reflections :nodoc: typo
It was meant to be private API.
1 parent 01a5efc commit 5f71da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/reflection.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def reflections
7979
normalized_reflections.stringify_keys
8080
end
8181

82-
def normalized_reflections # :nodoc
82+
def normalized_reflections # :nodoc:
8383
@__reflections ||= begin
8484
ref = {}
8585

0 commit comments

Comments
 (0)