Skip to content

Commit 1eb2085

Browse files
PegliOnePamela Glickman
andauthored
Removes commented out regions (#467)
Co-authored-by: Pamela Glickman <pamela@Pamelas-MacBook-Pro.local>
1 parent 0678507 commit 1eb2085

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

app/controllers/regions_controller.rb

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -81,18 +81,6 @@ def check_show
8181
end
8282

8383
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-
9684
regions = @competition.regions.order(:category, :name)
9785

9886
@eligible_locations = regions.map do |region|

0 commit comments

Comments
 (0)