method
wrap_routes
rails latest stable - Class:
ActionDispatch::Routing::RoutesInspector
wrap_routes(routes)private
No documentation available.
# File actionpack/lib/action_dispatch/routing/inspector.rb, line 111
def wrap_routes(routes)
routes.routes.map { |route| RouteWrapper.new(route) }.reject(&:internal?)
end