Flowdock
method

new

Importance_0
v2.2.1 - Show latest stable - 0 notes - Class: ActionController::Routing::RouteSet
new() 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 196
      def initialize
        self.routes = []
        self.named_routes = NamedRouteCollection.new

        clear_recognize_optimized!
      end
Register or log in to add new notes.