]> git.openstreetmap.org Git - rails.git/blob - app/models/old_relation_tag.rb
Began code for feature lookup: implemented code to respond to mouse click and latlon...
[rails.git] / app / models / old_relation_tag.rb
1 class OldRelationTag < ActiveRecord::Base
2   belongs_to :user
3
4   set_table_name 'relation_tags'
5
6 end