X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5a8c4faf3ebf4e80bd41b2f281bc3c23309739d5..3787918d68354ef37deee29081712eee8373676c:/app/models/tracetag.rb diff --git a/app/models/tracetag.rb b/app/models/tracetag.rb index d30d9d5ab..1b8ba2309 100644 --- a/app/models/tracetag.rb +++ b/app/models/tracetag.rb @@ -4,5 +4,7 @@ class Tracetag < ActiveRecord::Base validates_format_of :tag, :with => /^[^\/;.,?]*$/ validates_length_of :tag, :within => 1..255 + attr_accessible :tag + belongs_to :trace, :foreign_key => 'gpx_id' end