jasper print speed refactor working

This commit is contained in:
Jason Jordan
2026-03-27 08:04:37 -04:00
parent a43c8bf6b5
commit 9f306d3150
33 changed files with 1015 additions and 168 deletions
+4
View File
@@ -36,6 +36,10 @@ module IdCard
plan
end
def has_field_exceptions?
self.field_exceptions.present?
end
def self.permitted_params(params)
params.require(:id_card_setup).permit(
:print_name,