Skip to content

Instantly share code, notes, and snippets.

@picatz
Created December 27, 2016 20:43
Show Gist options
  • Save picatz/7a3832771241e519b32632e243412365 to your computer and use it in GitHub Desktop.
Save picatz/7a3832771241e519b32632e243412365 to your computer and use it in GitHub Desktop.
For article
require 'sinatra'
require 'chartkick'
get '/' do
erb :index
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment