Flowdock
v2.2.1 - Show latest stable - 0 notes - Superclass: ActionController::Routing::Optimisation::Optimiser

Given a route

  map.person '/people/:id'

If the user calls person_url(@person), we can simply return a string like "/people/#{@person.to_param}" rather than triggering the expensive logic in url_for.

Show files where this class is defined (1 file)
Register or log in to add new notes.