We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b10a2e4 commit 7d58fe9Copy full SHA for 7d58fe9
activerecord/lib/active_record/railtie.rb
@@ -200,7 +200,7 @@ class Railtie < Rails::Railtie # :nodoc:
200
# Additionally if `check_schema_cache_dump_version` is enabled (which is the default),
201
# loading the schema cache dump trigger a database connection to compare the schema
202
# versions.
203
- # This means the attribute methods will be lazily defined whent the model is accessed,
+ # This means the attribute methods will be lazily defined when the model is accessed,
204
# likely as part of the first few requests or jobs. This isn't good for performance
205
# but we unfortunately have to arbitrate between resiliency and performance, and chose
206
# resiliency.
0 commit comments