Module: ActiveRecord::NullRelation
- Defined in:
- lib/rails_or.rb
Instance Method Summary collapse
Instance Method Details
#or(*other) ⇒ Object
10 11 12 |
# File 'lib/rails_or.rb', line 10 def or(*other) rails5_or(rails_or_parse_parameter(*other)) end |
#rails5_or ⇒ Object
9 |
# File 'lib/rails_or.rb', line 9 alias_method :rails5_or, :or |