Class: ActiveRecord::Relation

Inherits:
Object
  • Object
show all
Defined in:
lib/rails_or.rb

Instance Method Summary collapse

Instance Method Details

#or(*other) ⇒ Object



8
9
10
# File 'lib/rails_or.rb', line 8

def or(*other)
  return rails5_or(parse_or_parameter(*other))
end

#rails5_orObject



7
# File 'lib/rails_or.rb', line 7

alias rails5_or or