]> git.openstreetmap.org Git - rails.git/blob - app/models/way_segment.rb
Mark user as active when issuing a new password - this allows users who
[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