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