diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-12-20 07:13:45 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-12-20 07:13:45 +0000 |
commit | 87fd6363138d1820b7ee1d8d456d5923976339dd (patch) | |
tree | 3618e5fa9934c45785a87018c00b0906f48c873b /public | |
parent | 182932560aa04f4117f3a44a41fc73dedaa463d4 (diff) | |
download | redmine-87fd6363138d1820b7ee1d8d456d5923976339dd.tar.gz redmine-87fd6363138d1820b7ee1d8d456d5923976339dd.zip |
add newline at end of public/dispatch.rb.example
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8302 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rwxr-xr-x | public/dispatch.rb.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/dispatch.rb.example b/public/dispatch.rb.example index ce705d36e..32fa3b266 100755 --- a/public/dispatch.rb.example +++ b/public/dispatch.rb.example @@ -7,4 +7,4 @@ require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ require "dispatcher" ADDITIONAL_LOAD_PATHS.reverse.each { |dir| $:.unshift(dir) if File.directory?(dir) } if defined?(Apache::RubyRun) -Dispatcher.dispatch
\ No newline at end of file +Dispatcher.dispatch |