Skip to content

Instantly share code, notes, and snippets.

@noelworden
Last active November 30, 2020 23:14
Show Gist options
  • Save noelworden/19f2a5168537779006d4f4ca17feac6d to your computer and use it in GitHub Desktop.
Save noelworden/19f2a5168537779006d4f4ca17feac6d to your computer and use it in GitHub Desktop.
#blog_snippets
%{
0 => "longitude",
1 => "latitude",
2 => "name",
3 => "description",
4 => "spinner_friendly",
5 => "lake",
6 => "less_than_one_hour",
7 => "one_to_three_hours",
8 => "greater_than_three_hours",
9 => "car_friendly",
10 => "hike_in",
11 => "allows_dogs",
12 => "dogs_off_leash",
13 => "season_spring",
14 => "season_summer",
15 => "season_fall",
16 => "season_winter",
17 => "car_camp",
18 => "backpack_camp",
19 => "fee",
20 => "ice_fishing"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment