method

not_behaves_as_nor?

rails latest stable - Class: ActiveRecord::QueryMethods::WhereChain

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.

not_behaves_as_nor?(opts)
private

No documentation available.

# File activerecord/lib/active_record/relation/query_methods.rb, line 66
        def not_behaves_as_nor?(opts)
          opts.is_a?(Hash) && opts.size > 1
        end