Module BarHelper
In: app/helpers/bar_helper.rb

Methods

Constants

BAR_POINTS_AND_LABELS = [['None', 0], ['Normal', 1], ['Double', 2], ['Triple', 3]] unless defined?(BAR_POINTS_AND_LABELS)

Public Instance methods

[Source]

   # File app/helpers/bar_helper.rb, line 4
4:   def bar_points_and_labels
5:     BAR_POINTS_AND_LABELS
6:   end

[Validate]