Module: CohortScope::ActiveRecordBaseClassMethods
- Defined in:
- lib/cohort_scope/active_record_base_class_methods.rb
Instance Method Summary collapse
Instance Method Details
#big_cohort(*args) ⇒ Object
3 4 5 |
# File 'lib/cohort_scope/active_record_base_class_methods.rb', line 3 def big_cohort(*args) scoped.big_cohort *args end |
#strict_cohort(*args) ⇒ Object
7 8 9 |
# File 'lib/cohort_scope/active_record_base_class_methods.rb', line 7 def strict_cohort(*args) scoped.strict_cohort *args end |