diff options
author | Henare Degan <henare.degan@gmail.com> | 2012-12-09 16:42:02 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2012-12-11 11:08:19 +1100 |
commit | 8b1526a48af9e3e48d1f1154ab0a9a928c52a19a (patch) | |
tree | df7d5e9a70b0b868c6feb8c74ff1c9968c5547e6 /config.ru | |
parent | 7a3638128b6dd67111b7d471b19e59f5d838cee0 (diff) |
Run the Rails 3 generator
Diffstat (limited to 'config.ru')
-rw-r--r-- | config.ru | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,2 +1,4 @@ -require File.dirname(__FILE__) + '/config/environment' -run ActionController::Dispatcher.new +# This file is used by Rack-based servers to start the application. + +require ::File.expand_path('../config/environment', __FILE__) +run Alaveteli::Application |