1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

The instance_reader of default_url_options needs to not exist.

This commit is contained in:
Yehuda Katz 2010-02-27 00:18:16 -08:00
parent 3f0ed205e7
commit 8247bd9d3e

View file

@ -90,6 +90,7 @@ module ActionDispatch
class_attribute :default_url_options
else
mattr_accessor :default_url_options
remove_method :default_url_options
end
self.default_url_options = {}