476 B
476 B
id, title, status, assignee, created_date, labels, dependencies
| id | title | status | assignee | created_date | labels | dependencies |
|---|---|---|---|---|---|---|
| task-10 | Add validation support for auxiliary attributes | To Do | 2025-07-13 |
Description
Ensure ActiveRecord validations work properly with auxiliary table attributes
Acceptance Criteria
- Validations run on auxiliary attributes
- Error messages are properly formatted
- Validation errors are associated with correct attributes
- Validations work with custom validators