aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2015-12-08 01:37:12 -0500
committerTeddy Wing2015-12-08 01:37:51 -0500
commit92e495d058301cce20e92130804faf5850b44c7a (patch)
tree27a8621a6a022d55e991f5439d3e3602a7d2bba3
parent8513c8d87e21ab477a438962bac8ad63c8987789 (diff)
downloadRuby-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.ru3
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