summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2010-11-30 22:53:32 -0700
committerBen Beltran <ben@nsovocal.com>2010-11-30 22:53:32 -0700
commit8ed3ebd4a3e212a35f72976f33a3484e1e2275cc (patch)
tree5379626fecd898cf72070b4ccbb6c0588ae87443
parent3e43ab35988daae6dc69e6682aad4285f693ee8e (diff)
Agregué el config.ru
Esto es para heroku.
-rw-r--r--config.ru2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.ru b/config.ru
new file mode 100644
index 0000000..c4487f0
--- /dev/null
+++ b/config.ru
@@ -0,0 +1,2 @@
+require 'grita'
+run Sinatra::Application \ No newline at end of file