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 e0ae038 commit ecb1d66Copy full SHA for ecb1d66
activerecord/lib/active_record/relation.rb
@@ -300,8 +300,8 @@ def find_or_initialize_by(attributes, &block)
300
# Note that this method actually runs the queries, since the results of some
301
# are needed by the next ones when eager loading is going on.
302
#
303
- # To run EXPLAIN on queries created by `first`, `pluck` and `count`, call
304
- # these methods on `explain`:
+ # To run EXPLAIN on queries created by +first+, +pluck+ and +count+, call
+ # these methods on +explain+:
305
306
# User.all.explain.count
307
# # EXPLAIN SELECT COUNT(*) FROM `users`
0 commit comments