module ActiveRecord::NullRelation
Public Instance Methods
or(*other)
click to toggle source
# File lib/rails_or/patches/null_relation.rb, line 4 def or(*other) rails5_or(RailsOr.parse_parameter(self, *other)) end
Also aliased as: rails5_or