Sha256: 31f297850e6f523aefaa416c84866dd7c7f26a347aca352f0a6f5038dad773a1

Contents?: true

Size: 224 Bytes

Versions: 2

Compression:

Stored size: 224 Bytes

Contents

module CohortAnalysis
  module ArelSelectManagerInstanceMethods
    # @return [Arel::SelectManager]
    def cohort(characteristics, options = {})
      where Strategy.create(self, characteristics, options)
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cohort_analysis-1.0.1 lib/cohort_analysis/arel_select_manager_instance_methods.rb
cohort_analysis-1.0.0 lib/cohort_analysis/arel_select_manager_instance_methods.rb