diff options
| author | mo khan <mo@mokhan.ca> | 2014-12-27 07:20:13 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-12-27 07:20:13 -0700 |
| commit | ff36e5b07f1df21b93ecd5846dbc3c8f5965cefa (patch) | |
| tree | d4ff3d5f0e907db4aa038537332901fad2c789ae /config.ru | |
initial commit.
Diffstat (limited to 'config.ru')
| -rw-r--r-- | config.ru | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.ru b/config.ru new file mode 100644 index 0000000..bd83b25 --- /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 Rails.application |
