]> git.openstreetmap.org Git - rails.git/blob - app/models/old_way_segment.rb
better SQL in putway, plus trap any 0/1-length ways that Potlatch may try to upload
[rails.git] / app / models / old_way_segment.rb
1 class OldWaySegment < ActiveRecord::Base
2   belongs_to :user
3
4   set_table_name 'way_segments'
5
6 end