Flowdock
method

add

Importance_0
v2.3.8 - Show latest stable - 0 notes - Class: ActionController::Routing::RouteSet::NamedRouteCollection
add(name, route) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/routing/route_set.rb, line 83
        def add(name, route)
          routes[name.to_sym] = route
          define_named_route_methods(name, route)
        end
Register or log in to add new notes.