Require open3 before using it
This commit is contained in:
parent
4ab70b63c3
commit
3abeeb7f41
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@
|
|||
#
|
||||
|
||||
class Trace < ApplicationRecord
|
||||
require "open3"
|
||||
|
||||
self.table_name = "gpx_files"
|
||||
|
||||
belongs_to :user, :counter_cache => true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue