4 lines
74 B
Ruby
4 lines
74 B
Ruby
|
class PrinterJobUpdate < ActiveRecord::Base
|
||
|
belongs_to :printer_job
|
||
|
end
|