Method: ArelExtensions::NullFunctions#is_not_null
- Defined in:
- lib/arel_extensions/null_functions.rb
#is_not_null ⇒ Object
ISNOTNULL function lets you return an alternative value when an expression is NOT NULL.
18 19 20 |
# File 'lib/arel_extensions/null_functions.rb', line 18 def is_not_null ArelExtensions::Nodes::IsNotNull.new [self] end |