module ActiveRecord::NullRelation

Public Instance Methods

or(other) click to toggle source
# File lib/where-or.rb, line 17
def or(other)
  other.spawn
end