1
0
Fork 0
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:
Aaron Patterson 2011-09-08 13:53:10 -07:00
parent a05a9ff1ca
commit 537ed6eb2f

View file

@ -264,7 +264,6 @@ module ActionDispatch
return if @finalized
@append.each { |blk| eval_block(blk) }
@finalized = true
@set.freeze
end
def clear!