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)
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
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)' .
9999 #
100100 # Note that these paths are the *roots* of the directory hierarchies where
101101 # 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
5353 end
5454 end
5555
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,
5757 # > Times in BSON (and MongoDB) can only have millisecond precision. When Ruby Time instances
5858 # are serialized to BSON or Extended JSON, the times are floored to the nearest millisecond.
5959 #
You can’t perform that action at this time.
0 commit comments