Revert "Always look to the global scope for the GPX module"
This reverts commit fbefe3550c
.
This commit is contained in:
parent
42345cb9b7
commit
389fee0151
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ class Trace < ActiveRecord::Base
|
||||||
def import
|
def import
|
||||||
logger.info("GPX Import importing #{name} (#{id}) from #{user.email}")
|
logger.info("GPX Import importing #{name} (#{id}) from #{user.email}")
|
||||||
|
|
||||||
gpx = ::GPX::File.new(trace_name)
|
gpx = GPX::File.new(trace_name)
|
||||||
|
|
||||||
f_lat = 0
|
f_lat = 0
|
||||||
f_lon = 0
|
f_lon = 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue