Skip to content

Instantly share code, notes, and snippets.

@krisl
krisl / app.rb
Last active August 29, 2015 14:14 — forked from Integralist/app.rb
require "json"
require "sinatra/base"
class ApplicationController < Sinatra::Base
helpers ApplicationHelper
set :views, File.expand_path("../../views", __FILE__)
set :public_folder, File.expand_path("../../", __FILE__)
set :server, :thin
connections = []