Method: ActiveRecord::QueryMethods::OrChain#initialize
- Defined in:
- lib/by2/ext/active_record.rb
#initialize(scope) ⇒ OrChain
Returns a new instance of OrChain.
19 20 21 |
# File 'lib/by2/ext/active_record.rb', line 19 def initialize(scope) @scope = scope end |