method
except
rails latest stable - Class:
Arel::SelectManager
except(other)public
No documentation available.
# File activerecord/lib/arel/select_manager.rb, line 213
def except(other)
Nodes::Except.new ast, other.ast
end