We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0678507 commit 1eb2085Copy full SHA for 1eb2085
app/controllers/regions_controller.rb
@@ -81,18 +81,6 @@ def check_show
81
end
82
83
def eligible_locations
84
- #@eligible_locations = [
85
- # {label: 'NSW', path: 'new_south_wales_2024'},
86
- # {label: 'QLD', path: 'queensland_2024'},
87
- # {label: 'VIC', path: 'victoria_2024'},
88
- # {label: 'SA', path: 'south_australia_2024'},
89
- # {label: 'WA', path: 'western_australia_2024'},
90
- # {label: 'TAS', path: 'tasmania_2024'},
91
- # {label: 'Australia', path: 'australia2024'},
92
- # {label: 'New Zealand', path: 'new_zealand2024'},
93
- # {label: 'International', path: 'international_2024'},
94
- #]
95
-
96
regions = @competition.regions.order(:category, :name)
97
98
@eligible_locations = regions.map do |region|
0 commit comments