method

path_params

path_params(ast)
private

No documentation available.

# File actionpack/lib/action_dispatch/routing/mapper.rb, line 345
          def path_params(ast)
            ast.grep(Journey::Nodes::Symbol).map { |n| n.name.to_sym }
          end