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.
2 parents 18ecdb1 + b041815 commit 61d6eb1Copy full SHA for 61d6eb1
activerecord/lib/active_record/relation/query_methods.rb
@@ -43,7 +43,7 @@ def initialize(scope)
43
#
44
# If there is a non-nil condition on a nullable column in the hash condition, the records that have
45
# nil values on the nullable column won't be returned.
46
- # User.create!(nullbale_country: nil)
+ # User.create!(nullable_country: nil)
47
# User.where.not(nullable_country: "UK")
48
# # SELECT * FROM users WHERE NOT (nullable_country = 'UK')
49
# # => []
0 commit comments