Explorar el Código

Added config.ru

pull/3/head
Adrian Short hace 16 años
padre
commit
a404f747b8
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      config.ru

+ 4
- 0
config.ru Ver fichero

@@ -0,0 +1,4 @@
# For deploying on Heroku

require 'app'
run Sinatra::Application

Cargando…
Cancelar
Guardar