diff options
| author | mo <mo.khan@gmail.com> | 2017-10-22 10:19:41 -0600 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2017-10-22 10:19:41 -0600 |
| commit | 4d273860d87523e4055105a7c91954dcc27584bf (patch) | |
| tree | cd6f5572f87d470b2239a9081c4503672321cedd /config.ru | |
initial commit.
Diffstat (limited to 'config.ru')
| -rw-r--r-- | config.ru | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.ru b/config.ru new file mode 100644 index 0000000..f7ba0b5 --- /dev/null +++ b/config.ru @@ -0,0 +1,5 @@ +# This file is used by Rack-based servers to start the application. + +require_relative 'config/environment' + +run Rails.application |
