Project

General

Profile

Defect #3892 » mongrel_cluster_with_rails_23_fix.rb

Richard Bössen, 2010-01-07 18:31

 
1
module ActionController
2
  class AbstractRequest < ActionController::Request
3
    def self.relative_url_root=(path)
4
      ActionController::Base.relative_url_root=(path)
5
    end
6
    def self.relative_url_root
7
      ActionController::Base.relative_url_root
8
    end
9
  end
10
end
(2-2/2)