diff --git a/app/controllers/report_configurations_controller.rb b/app/controllers/report_configurations_controller.rb index 00f7167c..097d5817 100644 --- a/app/controllers/report_configurations_controller.rb +++ b/app/controllers/report_configurations_controller.rb @@ -66,7 +66,7 @@ def record_params params.required(:record).permit( :name, :use_at_report, :use_at_transcript, :use_at_grades_report, :use_at_schedule, :text, :image, :order, :scale, - :x, :y, :signature_type, :expiration_value, :expiration_unit + :x, :y, :signature_type, :expiration_in_months ) end end