aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/config.ru
diff options
context:
space:
mode:
Diffstat (limited to 'guides/code/getting_started/config.ru')
-rw-r--r--guides/code/getting_started/config.ru4
1 files changed, 4 insertions, 0 deletions
diff --git a/guides/code/getting_started/config.ru b/guides/code/getting_started/config.ru
new file mode 100644
index 0000000000..ddf869e921
--- /dev/null
+++ b/guides/code/getting_started/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 Blog::Application