Skip to content

Instantly share code, notes, and snippets.

@crestinglight
Created February 26, 2017 02:15
Show Gist options
  • Select an option

  • Save crestinglight/8275c4dc54c2a4d68fce5098d858d4d7 to your computer and use it in GitHub Desktop.

Select an option

Save crestinglight/8275c4dc54c2a4d68fce5098d858d4d7 to your computer and use it in GitHub Desktop.
require 'sinatra'
require 'pry'
require 'CSV'
require_relative 'csvMaker.rb'
get("/"){
erb :index
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment