kalibro_ranges_helper.rb 129 Bytes
module KalibroRangesHelper
  def readings_options(readings)
    readings.map { |reading| [reading.label, reading.id] }
  end
end