aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/application_helper.rb
blob: a16d32d46bd291a43a9b5c0f59d22eb0efd3ff32 (plain)
1
2
3
4
5
6
7
module ApplicationHelper
 
  def chouette_line_path(line)
    line_path(line)
  end
  
end