diff options
| author | Teddy Wing | 2015-12-08 01:37:12 -0500 |
|---|---|---|
| committer | Teddy Wing | 2015-12-08 01:37:51 -0500 |
| commit | 92e495d058301cce20e92130804faf5850b44c7a (patch) | |
| tree | 27a8621a6a022d55e991f5439d3e3602a7d2bba3 | |
| parent | 8513c8d87e21ab477a438962bac8ad63c8987789 (diff) | |
| download | Ruby-Web-Sessions-Exercise-solution.tar.bz2 | |
Delete config.rusolution
As of 28770a5143bb5b48389d5ad4ce235625c12f1056 we no longer need this
file as the server should now be started with `ruby app.rb` instead of
`rackup`.
| -rw-r--r-- | config.ru | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.ru b/config.ru deleted file mode 100644 index eae1e13..0000000 --- a/config.ru +++ /dev/null @@ -1,3 +0,0 @@ -require './app' - -run App |
