]> git.openstreetmap.org Git - rails.git/blob - app/models/tracetag.rb
close #411 segments should not be allowed where node_a == node_b
[rails.git] / app / models / tracetag.rb
1 class Tracetag < ActiveRecord::Base
2   set_table_name 'gpx_file_tags'
3
4   belongs_to :trace, :foreign_key => 'gpx_id'
5
6 end