mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix stupid typo
This commit is contained in:
parent
732c724df6
commit
af5b304a40
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ module ActionController
|
|||
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
|
||||
ActionController::Base.relative_url_root=relative_url_root
|
||||
end
|
||||
|
||||
HTTP_METHODS = %w(get head put post delete options)
|
||||
|
|
Loading…
Reference in a new issue