+ self.table_name = "gps_points"
+
+ validates_numericality_of :trackid, :only_integer => true
+ validates_numericality_of :latitude, :only_integer => true
+ validates_numericality_of :longitude, :only_integer => true
+ validates_associated :trace
+ validates_presence_of :timestamp