more basic framework
This commit is contained in:
parent
15f23469d9
commit
b4c0bfd8fa
20 changed files with 1084 additions and 448 deletions
4
app/models/trace_points.rb
Normal file
4
app/models/trace_points.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
class TracePoints < ActiveRecord::Base
|
||||
set_table_name 'gps_points'
|
||||
belongs_to :trace, :foreign_key => 'gpx_id'
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue