Flowdock
method

required_parts

Importance_0
v5.0.0.1 - 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 118
      def required_parts
        @required_parts ||= path.required_names.map(&:to_sym)
      end
Register or log in to add new notes.