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