Skip to content

Commit 09ca48a

Browse files
authored
DOCSP-49828: fix 404 (#5985)
1 parent 8c5b58f commit 09ca48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mongoid/loadable.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def load_model(file)
9494

9595
# Returns the array of paths where the application's model definitions
9696
# are located. If Rails is loaded, this defaults to the configured
97-
# "app/models" paths (e.g. 'config.paths["app/models"]'); otherwise, it
97+
# "app/models" paths (e.g. +config.paths["app/models"]+); otherwise, it
9898
# defaults to '%w(./app/models ./lib/models)'.
9999
#
100100
# Note that these paths are the *roots* of the directory hierarchies where

0 commit comments

Comments
 (0)