]> git.openstreetmap.org Git - rails.git/blob - app/models/old_way_node.rb
Revert Potlatch 0.10 from the trunk - we will keep it on the potlatch_010
[rails.git] / app / models / old_way_node.rb
1 class OldWayNode < ActiveRecord::Base
2   set_table_name 'way_nodes'
3
4   set_primary_keys :id, :version, :sequence_id
5 end