foodsoft/plugins/printer/app/models/printer_job_update.rb
2019-02-05 23:32:20 +01:00

5 lines
76 B
Ruby

class PrinterJobUpdate < ActiveRecord::Base
belongs_to :printer_job
end