Module: CohortAnalysis::ArelTableInstanceMethods
- Defined in:
- lib/cohort_analysis/arel_table_instance_methods.rb
Instance Method Summary collapse
Instance Method Details
#cohort(*args) ⇒ Object
3 4 5 |
# File 'lib/cohort_analysis/arel_table_instance_methods.rb', line 3 def cohort(*args) from(self).cohort *args end |