Skip to content

Commit

Permalink
changed dir structure a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
rb2k committed Feb 15, 2010
1 parent 18c319f commit a14ebfc
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 512 deletions.
4 changes: 2 additions & 2 deletions models/gpx_file.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class GPX_file
require "hpricot"
require "time"
require "models/lib/geo.rb"
require "models/lib/gmap_polyline_encoder.rb"
require "lib/geo.rb"
require "lib/gmap_polyline_encoder.rb"
attr_accessor :filename, :speed_avg, :elevation_min, :elevation_max, :polyline, :time_start, :time_end, :duration, :distance, :polyline, :startingpoint

def initialize(path_to_file)
Expand Down
61 changes: 0 additions & 61 deletions models/lib/geo.rb

This file was deleted.

Loading

0 comments on commit a14ebfc

Please sign in to comment.