Method: ChartMogul::Metrics.customer_count
- Defined in:
- lib/chartmogul/metrics/base.rb
.customer_count(options = {}) ⇒ Object
25 26 27 |
# File 'lib/chartmogul/metrics/base.rb', line 25 def self.customer_count( = {}) ChartMogul::Metrics::CustomerCounts.all(preprocess_params()) end |