diff options
| author | Ben Beltran <ben@nsovocal.com> | 2010-11-30 22:53:32 -0700 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2010-11-30 22:53:32 -0700 |
| commit | 8ed3ebd4a3e212a35f72976f33a3484e1e2275cc (patch) | |
| tree | 5379626fecd898cf72070b4ccbb6c0588ae87443 | |
| parent | 3e43ab35988daae6dc69e6682aad4285f693ee8e (diff) | |
Agregué el config.ru
Esto es para heroku.
| -rw-r--r-- | config.ru | 2 |
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 |