File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,8 +94,8 @@ def load_model(file)
94
94
95
95
# Returns the array of paths where the application's model definitions
96
96
# are located. If Rails is loaded, this defaults to the configured
97
- # "app/models" paths (e.g. ` config.paths["app/models"]` ); otherwise, it
98
- # defaults to ` %w(./app/models ./lib/models)` .
97
+ # "app/models" paths (e.g. ' config.paths["app/models"]' ); otherwise, it
98
+ # defaults to ' %w(./app/models ./lib/models)' .
99
99
#
100
100
# Note that these paths are the *roots* of the directory hierarchies where
101
101
# the models are located; it is not necessary to indicate every subdirectory,
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ module EqImpl
53
53
end
54
54
end
55
55
56
- # Per https://www.mongodb.com/docs/ruby-driver/current/tutorials /bson-v4 /#time-instances,
56
+ # Per https://www.mongodb.com/docs/ruby-driver/upcoming/data-formats /bson/#time-instances,
57
57
# > Times in BSON (and MongoDB) can only have millisecond precision. When Ruby Time instances
58
58
# are serialized to BSON or Extended JSON, the times are floored to the nearest millisecond.
59
59
#
You can’t perform that action at this time.
0 commit comments