class PrintSetting < ApplicationRecord # validations validates_presence_of :name, :unique_code, :printer_name, :page_width, :page_height end