]> git.openstreetmap.org Git - rails.git/blob - app/models/old_way_segment.rb
Only put the 'home' link in the top left on the map and edit pages, and
[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