diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-04-02 09:36:14 -0700 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-04-02 09:36:14 -0700 |
commit | 5d2c5f7145f59afe5f77937fe4a6ea596b9c34e3 (patch) | |
tree | 56486134df98762e7b7776cdc22ae1a93f2b466d | |
parent | e8a9ee92ce4dd83fbf432d0e186942fd60e6d930 (diff) | |
parent | 91925edb6a52b8f7e5320ed1c081aff90046dc5c (diff) |
Merge pull request #462 from jpmckinney/small-fixes
Small fixes
-rw-r--r-- | config.ru | 2 | ||||
-rw-r--r-- | tmp/.gitkeep | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config.ru b/config.ru new file mode 100644 index 000000000..30b00bfa1 --- /dev/null +++ b/config.ru @@ -0,0 +1,2 @@ +require File.dirname(__FILE__) + '/config/environment' +run ActionController::Dispatcher.new diff --git a/tmp/.gitkeep b/tmp/.gitkeep new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/tmp/.gitkeep |