This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
suttonelections
mirror of
https://github.com/adrianshort/suttonelections.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
2
Wiki
Activity
Browse Source
Make load path explicit
tags/last-sinatra-version
Adrian Short
13 years ago
parent
c8549804c8
commit
b6884cb1ba
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config.ru
+ 1
- 1
config.ru
View File
@@ -1,4 +1,4 @@
# For deploying on Heroku
# For deploying on Heroku
require 'app'
require '
./
app'
run Sinatra::Application
run Sinatra::Application
Write
Preview
Loading…
Cancel
Save