Require open3 before using it

This commit is contained in:
Tom Hughes 2020-06-26 19:40:37 +01:00
parent 4ab70b63c3
commit 3abeeb7f41

View file

@ -26,6 +26,8 @@
#
class Trace < ApplicationRecord
require "open3"
self.table_name = "gpx_files"
belongs_to :user, :counter_cache => true