Flowdock
method

required_parts

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: Route
required_parts() 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_dispatch/journey/route.rb, line 75
      def required_parts
        @required_parts ||= path.required_names.map { |n| n.to_sym }
      end
Register or log in to add new notes.