class Arel::Nodes::Node
Public Instance Methods
not()
click to toggle source
# File lib/ransack/adapters/active_record/3.0/compat.rb, line 40 def not Nodes::Not.new self end
# File lib/ransack/adapters/active_record/3.0/compat.rb, line 40 def not Nodes::Not.new self end