diff options
Diffstat (limited to 'public/dispatch.rb.example')
-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 |