foodsoft/plugins/printer/app/models/printer_job_update.rb
2021-03-02 09:12:19 +01:00

3 lines
74 B
Ruby

class PrinterJobUpdate < ActiveRecord::Base
belongs_to :printer_job
end