Class: JobFile

Inherits:
Sequel::Model
  • Object
show all
Defined in:
backend/app/model/job_files.rb

Instance Method Summary collapse

Instance Method Details

#full_file_pathObject



2
3
4
# File 'backend/app/model/job_files.rb', line 2

def full_file_path
  File.absolute_path(file_path, dir_string = AppConfig[:job_file_path])
end