I would like to produce a URL as
/swimming/students/get_times/2013-01-01/2013-02-02
from this route
get_class_swimming_students
You can also combine named parameters and not named parameters like this:
get_class_swimming_students_path('2013-01-01', '2013-02-02', gender: 'M')