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:
parent
3f0ed205e7
commit
8247bd9d3e
1 changed files with 1 additions and 0 deletions
|
@ -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 = {}
|
||||
|
|
Loading…
Reference in a new issue