method
required_parts
v4.2.7 -
Show latest stable
- Class:
ActionDispatch::Journey::Route
required_parts()public
No documentation available.
# File actionpack/lib/action_dispatch/journey/route.rb, line 75
def required_parts
@required_parts ||= path.required_names.map { |n| n.to_sym }
end