]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/tracetag.rb
Force coordinates into bounds when using the query tool
[rails.git] / app / models / tracetag.rb
index 58d1d782f3a35e198f2a25b488fca215e28ff5a3..2614e597124ee8a1aeaa41964c51c6ddc07bff49 100644 (file)
@@ -4,7 +4,5 @@ class Tracetag < ActiveRecord::Base
   validates_format_of :tag, :with => /\A[^\/;.,?]*\z/
   validates_length_of :tag, :within => 1..255
 
-  attr_accessible :tag
-
-  belongs_to :trace, :foreign_key => 'gpx_id'
+  belongs_to :trace, :foreign_key => "gpx_id"
 end