class ActionDispatch::Routing::RouteSet::NamedRouteCollection
def add(name, route)
def add(name, route) routes[name.to_sym] = route define_named_route_methods(name, route) end
def add(name, route) routes[name.to_sym] = route define_named_route_methods(name, route) end