]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/node.rb
Optimise the Potlatch whichways and getway calls a bit.
[rails.git] / app / models / node.rb
index 37143ff00c5883a70daeed8717da9cbe25594776..ecaa3f45a14add45fdfefcafcc35da77c3ea9406 100644 (file)
@@ -10,6 +10,7 @@ class Node < GeoRecord
   validates_numericality_of :latitude, :longitude
   validate :validate_position
 
   validates_numericality_of :latitude, :longitude
   validate :validate_position
 
+  has_many :ways, :through => :way_nodes
   has_many :old_nodes, :foreign_key => :id
   has_many :way_nodes
   belongs_to :user
   has_many :old_nodes, :foreign_key => :id
   has_many :way_nodes
   belongs_to :user