Module: HawkEye::Graph::DateBinHelpers
- Extended by:
- ActiveSupport::Concern
- Included in:
- DateBinVariable
- Defined in:
- app/services/hawk_eye/graph/date_bin_helpers.rb
Instance Method Summary collapse
Instance Method Details
#bin_type ⇒ Object
4 5 6 |
# File 'app/services/hawk_eye/graph/date_bin_helpers.rb', line 4 def bin_type [:bin_type] || 'month' end |