update seed

This commit is contained in:
Yan
2017-11-07 15:27:48 +06:30
parent 4db7f7b7aa
commit 21498fc714
3 changed files with 13 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
class PrintSetting < ApplicationRecord
# validations
validates_presence_of :name, :unique_code, :font, :api_settings, :printer_name, :page_width, :page_height, :print_copies, :heading_space
validates_presence_of :name, :unique_code, :printer_name, :page_width, :page_height
end