[Source]
# File lib/expressions.rb, line 116 116: def conditions 117: " ( #{prefix}.#{@name} IS NULL ) " 118: end
[Validate]