class method
self.relative_url_root=
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v2.2.3Signature
self.relative_url_root=(relative_url_root)
No documentation comment.
Parameters
-
relative_url_rootreq
Source
# File actionpack/lib/action_controller/request.rb, line 12
def self.relative_url_root=(relative_url_root)
ActiveSupport::Deprecation.warn(
"ActionController::AbstractRequest.relative_url_root= has been renamed." +
"You can now set it with config.action_controller.relative_url_root=", caller)
ActionController::Base.relative_url_root=relative_url_root
end
Defined in actionpack/lib/action_controller/request.rb line 12
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::AbstractRequest