Skip to content

Commit

Permalink
Removes commented out regions (#467)
Browse files Browse the repository at this point in the history
Co-authored-by: Pamela Glickman <[email protected]>
  • Loading branch information
PegliOne and Pamela Glickman authored Sep 22, 2024
1 parent 0678507 commit 1eb2085
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions app/controllers/regions_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit 1eb2085

Please sign in to comment.