Skip to content

Instantly share code, notes, and snippets.

@mcculloughsean
Created November 3, 2010 20:42
Show Gist options
  • Save mcculloughsean/661678 to your computer and use it in GitHub Desktop.
Save mcculloughsean/661678 to your computer and use it in GitHub Desktop.
maps the city name and genre to a number
0 -- Boston
1 -- Chicago
2 -- Austin
3 -- Los Angeles
4 -- Nashville
5 -- Toronto
0 -- Show All
1 -- Alternative
2 -- Blues/R&B
3 -- Country
4 -- Electronic
5 -- Folk
6 -- Hip Hop
7 -- Pop
8 -- Rock
9 -- World
Band.MUSIC_GENRES.each_index { |i| puts "#{i} -- #{Band.MUSIC_GENRES[i]}\n" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment