Method: ActionDispatch::Routing::RouteSet#prepend

Defined in:
actionpack/lib/action_dispatch/routing/route_set.rb

#prepend(&block) ⇒ Object

[View source]

439
440
441
# File 'actionpack/lib/action_dispatch/routing/route_set.rb', line 439

def prepend(&block)
  @prepend << block
end