From 1eb2085d726459055d3431a8eed1d1c1485bb7d4 Mon Sep 17 00:00:00 2001 From: Pamela Heystek <75662887+PegliOne@users.noreply.github.com> Date: Sun, 22 Sep 2024 22:44:41 +1000 Subject: [PATCH] Removes commented out regions (#467) Co-authored-by: Pamela Glickman --- app/controllers/regions_controller.rb | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/app/controllers/regions_controller.rb b/app/controllers/regions_controller.rb index 0a7da19a..81da93a2 100644 --- a/app/controllers/regions_controller.rb +++ b/app/controllers/regions_controller.rb @@ -81,18 +81,6 @@ def check_show end def eligible_locations - #@eligible_locations = [ - # {label: 'NSW', path: 'new_south_wales_2024'}, - # {label: 'QLD', path: 'queensland_2024'}, - # {label: 'VIC', path: 'victoria_2024'}, - # {label: 'SA', path: 'south_australia_2024'}, - # {label: 'WA', path: 'western_australia_2024'}, - # {label: 'TAS', path: 'tasmania_2024'}, - # {label: 'Australia', path: 'australia2024'}, - # {label: 'New Zealand', path: 'new_zealand2024'}, - # {label: 'International', path: 'international_2024'}, - #] - regions = @competition.regions.order(:category, :name) @eligible_locations = regions.map do |region|