Skip to content

Instantly share code, notes, and snippets.

Created April 17, 2015 20:13
Show Gist options
  • Save anonymous/4dbf4a1c4fa9320e751b to your computer and use it in GitHub Desktop.
Save anonymous/4dbf4a1c4fa9320e751b to your computer and use it in GitHub Desktop.
get '/' do
# goal is to pass in all of the dream colors
m = DreamColorMonitor.all
m.each { |m| puts m }
erb :index_2
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment