]> git.openstreetmap.org Git - rails.git/commit
add tags to gpx files
authorSteve Coast <steve@asklater.com>
Wed, 6 Dec 2006 17:10:59 +0000 (17:10 +0000)
committerSteve Coast <steve@asklater.com>
Wed, 6 Dec 2006 17:10:59 +0000 (17:10 +0000)
commita7e3b58b410c2f74a69eebbe3151866a5161dc09
tree006316ad0e75e0ddd74abc127c0dd207c199ca2f
parent93dab8a1272f8c807da841c0a55b37f74b65b8c3
add tags to gpx files
app/controllers/trace_controller.rb
app/controllers/tracetag_controller.rb [new file with mode: 0644]
app/helpers/tracetag_helper.rb [new file with mode: 0644]
app/models/trace.rb
app/models/tracetag.rb [new file with mode: 0644]
app/views/trace/mine.rhtml
db/migrate.sql
db/migrate/016_create_tracetags.rb [new file with mode: 0644]