projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
API 0.4 Updates - work on traces pages + pagination, edit tab, some API testing
[rails.git]
/
app
/
models
/
old_way_segment.rb
1
class OldWaySegment < ActiveRecord::Base
2
belongs_to :user
3
4
set_table_name 'way_segments'
5
6
end