method
not_behaves_as_nor?
rails latest stable - Class:
ActiveRecord::QueryMethods::WhereChain
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