]> git.openstreetmap.org Git - rails.git/commit
Factor out common code for models which deal with geographic points
authorTom Hughes <tom@compton.nu>
Wed, 10 Oct 2007 23:00:25 +0000 (23:00 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 10 Oct 2007 23:00:25 +0000 (23:00 +0000)
commitdd33fc633c1bcd2ab4ecfc412ffe5edf43491cec
tree6820db3e42d3baecb1a95dc84678f1c05dcf5eea
parent60d8673e3027ea672f50bb12873a440d46195ff3
Factor out common code for models which deal with geographic points
into a base class.
app/models/geo_record.rb [new file with mode: 0644]
app/models/node.rb
app/models/old_node.rb
app/models/tracepoint.rb