kalibro_ranges_helper.rb 129 Bytes Edit Raw Blame History 1 2 3 4 5 module KalibroRangesHelper def readings_options(readings) readings.map { |reading| [reading.label, reading.id] } end end