Method: ActionDispatch::Routing::RouteSet#clear!
- Defined in:
- actionpack/lib/action_dispatch/routing/route_set.rb
#clear! ⇒ Object
490 491 492 493 494 495 496 497 |
# File 'actionpack/lib/action_dispatch/routing/route_set.rb', line 490 def clear! @finalized = false named_routes.clear set.clear formatter.clear @polymorphic_mappings.clear @prepend.each { |blk| eval_block(blk) } end |