]> git.openstreetmap.org Git - rails.git/blob - app/models/way_segment.rb
apply patch from TomH for #477 and dont require http auth on GET to the API.
[rails.git] / app / models / way_segment.rb
1 class WaySegment < ActiveRecord::Base
2   set_table_name 'current_way_segments'
3
4   belongs_to :segment
5 end