Skip to content

Commit d5325c1

Browse files
authored
Update Attributions & Annotations
## Weekly Automated Update This PR contains automated updates for: - πŸ“ Model annotations (from database schema) - πŸ›£οΈ Route annotations (from Rails routes) - πŸ“¦ Third-party attributions (from dependencies) ### Files Changed ``` ATTRIBUTIONS.md | 2 +- attributions.json | 2 +- config/routes.rb | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) ``` --- *This PR is automatically generated and will be updated if new changes are detected.* *Last updated: 2025-12-08 03:18 UTC*
1 parent ea1a456 commit d5325c1

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

β€ŽATTRIBUTIONS.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This project uses the following open source dependencies:
44

5-
Generated on: 2025-12-01
5+
Generated on: 2025-12-08
66
Total dependencies: 151
77

88
## Dependencies by License

β€Žattributions.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"generated_at": "2025-12-01T03:47:38",
2+
"generated_at": "2025-12-08T03:18:51",
33
"total_dependencies": 151,
44
"dependencies": [
55
{

β€Žconfig/routes.rbβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
# PUT /inspections/:inspection_id/enclosed_assessment(.:format) enclosed_assessments#update
6464
# inspection_fan_assessment PATCH /inspections/:inspection_id/fan_assessment(.:format) fan_assessments#update
6565
# PUT /inspections/:inspection_id/fan_assessment(.:format) fan_assessments#update
66+
# inspection_pat_assessment PATCH /inspections/:inspection_id/pat_assessment(.:format) pat_assessments#update
67+
# PUT /inspections/:inspection_id/pat_assessment(.:format) pat_assessments#update
6668
# inspections GET /inspections(.:format) inspections#index
6769
# POST /inspections(.:format) inspections#create
6870
# edit_inspection GET /inspections/:id/edit(.:format) inspections#edit

0 commit comments

Comments
Β (0)