OSDN Git Service

import all source code
[pettanr/pettanr.git] / config.ru
diff --git a/config.ru b/config.ru
new file mode 100644 (file)
index 0000000..b8f4003
--- /dev/null
+++ b/config.ru
@@ -0,0 +1,4 @@
+# This file is used by Rack-based servers to start the application.
+
+require ::File.expand_path('../config/environment',  __FILE__)
+run Pettanr::Application