way stuff, now creates correctly

This commit is contained in:
Steve Coast 2006-11-27 12:33:20 +00:00
parent 8de8ef4f6b
commit 0638eefe22
4 changed files with 14 additions and 9 deletions

View file

@ -1,2 +1,6 @@
class OldWaySegment < ActiveRecord::Base
belongs_to :user
set_table_name 'way_segments'
end