5 lines
76 B
Ruby
5 lines
76 B
Ruby
class PrinterJobUpdate < ActiveRecord::Base
|
|
|
|
belongs_to :printer_job
|
|
|
|
end
|