Method: ActionDispatch::Routing::RouteSet#prepend
- Defined in:
- actionpack/lib/action_dispatch/routing/route_set.rb
#prepend(&block) ⇒ Object
470 471 472 |
# File 'actionpack/lib/action_dispatch/routing/route_set.rb', line 470 def prepend(&block) @prepend << block end |