projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
rails API support for history of node/segment/way + various bugfixes and cleanups
[rails.git]
/
app
/
models
/
trace.rb
1
class Trace < ActiveRecord::Base
2
set_table_name 'gpx_files'
3
4
belongs_to :user
5
6
def tags=(bleh)
7
8
end
9
end