mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
stop freezing the routes
This commit is contained in:
parent
a05a9ff1ca
commit
537ed6eb2f
1 changed files with 0 additions and 1 deletions
|
@ -264,7 +264,6 @@ module ActionDispatch
|
|||
return if @finalized
|
||||
@append.each { |blk| eval_block(blk) }
|
||||
@finalized = true
|
||||
@set.freeze
|
||||
end
|
||||
|
||||
def clear!
|
||||
|
|
Loading…
Reference in a new issue