08e7172
1 2 3 4 5 6 7 8 9 10
require 'sinatra/base' class RegistrationApp < Sinatra::Base get '/' do erb :index end run! if app_file == $0 end