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 790723b commit d2b23f4Copy full SHA for d2b23f4
activerecord/lib/active_record/relation/query_methods.rb
@@ -397,7 +397,7 @@ def group!(*args) # :nodoc:
397
# === Arel
398
#
399
# If you need to pass in complicated expressions that you have verified
400
- # are safe for the DB, you can use Arel.
+ # are safe for the database, you can use Arel.
401
402
# User.order(Arel.sql('end_date - start_date'))
403
# # SELECT "users".* FROM "users" ORDER BY end_date - start_date
0 commit comments