Created
December 27, 2016 20:43
-
-
Save picatz/7a3832771241e519b32632e243412365 to your computer and use it in GitHub Desktop.
For article
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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