Skip to content

Commit

Permalink
Require open3 before using it
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jun 26, 2020
1 parent 4ab70b6 commit 3abeeb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/trace.rb
Expand Up @@ -26,6 +26,8 @@
#

class Trace < ApplicationRecord
require "open3"

self.table_name = "gpx_files"

belongs_to :user, :counter_cache => true
Expand Down

0 comments on commit 3abeeb7

Please sign in to comment.