Skip to content

Commit

Permalink
WIP - Need tests - Allow date_in_care in permitted params
Browse files Browse the repository at this point in the history
  • Loading branch information
mattzollinhofer committed Oct 21, 2023
1 parent 09c1dab commit 2f70f0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/casa_cases_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ def casa_case_params
params.require(:casa_case).permit(
:case_number,
:birth_month_year_youth,
:date_in_care,
:court_report_due_date,
:empty_court_date,
casa_case_contact_types_attributes: [:contact_type_id],
Expand Down

0 comments on commit 2f70f0a

Please sign in to comment.