products

in lib/tasks/task_helpers.rb [34:40]


  def products
    
    @products ||= PRODUCTS.each_with_object({}) do |key, result|
      result[key] = config['products'][key]
    end
  end