Skip to content

Commit

Permalink
Merge pull request #93 from rubyforgood/ff-39-availability-notes
Browse files Browse the repository at this point in the history
FF-39 - Potential fosters can communicate more about their schedule
  • Loading branch information
chriszimmerman authored Jun 21, 2022
2 parents 734b07e + 5dcf3d3 commit aa6b0b2
Show file tree
Hide file tree
Showing 6 changed files with 393 additions and 375 deletions.
3 changes: 2 additions & 1 deletion app/controllers/people_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ def person_params
:is_home_during_day,
:transportation,
:available_from,
:available_to
:available_to,
:availability_notes,
)
end
end
1 change: 1 addition & 0 deletions app/controllers/signups_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def person_params
:transportation,
:available_from,
:available_to,
:availability_notes,
animal_kind_preferences_attributes: [:animal_value],
animal_gender_preferences_attributes: [:animal_value],
animal_age_preferences_attributes: [:animal_value],
Expand Down
Loading

0 comments on commit aa6b0b2

Please sign in to comment.