diff --git a/config.ru b/config.ru deleted file mode 100644 index 9d07fec7..00000000 --- a/config.ru +++ /dev/null @@ -1,5 +0,0 @@ -require File.expand_path("../config/environment", __FILE__) - -use Rails::Rack::LogTailer -use Rails::Rack::Static -run ActionController::Dispatcher.new