module ApplicationHelper def chouette_line_path(line) line_path(line) end end