Class: ActiveRecord::Base
- Inherits:
-
Object
- Object
- ActiveRecord::Base
- Defined in:
- lib/rails_or.rb
Class Method Summary collapse
Class Method Details
.or(*args) ⇒ Object
76 77 78 |
# File 'lib/rails_or.rb', line 76 def self.or(*args) self.where('').or(*args) end |