]> git.openstreetmap.org Git - rails.git/blob - app/models/old_way_segment.rb
Potlatch whichways and getway. These aren't really Rails, they're just SQL grafted...
[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