]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/tracetag.rb
Remove SOTM advert
[rails.git] / app / models / tracetag.rb
index d30d9d5ab3e7da3fb8a66ebbeb1a443aa47fb56a..1b8ba2309de79cdeba32938b4ed2b283841f903f 100644 (file)
@@ -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