Method: ActionDispatch::Routing::RouteSet#finalize!
- Defined in:
- lib/action_dispatch/routing/route_set.rb
#finalize! ⇒ Object
241 242 243 244 245 |
# File 'lib/action_dispatch/routing/route_set.rb', line 241 def finalize! return if @finalized @finalized = true @set.freeze end |