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
in rails 4, type less with:
get_class_swimming_students_path(params1: value1, params2: "value2")
where value1 is a method and value2 is a string