Skip to content

Commit

Permalink
Fix stupid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NZKoz committed Nov 6, 2008
1 parent 732c724 commit af5b304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_controller/request.rb
Expand Up @@ -13,7 +13,7 @@ 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
ActionController::Base.relative_url_root=relative_url_root
end

HTTP_METHODS = %w(get head put post delete options)
Expand Down

0 comments on commit af5b304

Please sign in to comment.