Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 305 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 305 Bytes

cfWheelsHasManyExample

An example of cfWheels HasMany + HasManyCheckboxes

Example DB: impacts (id [integer, autoincrement, key], name [varchar]) departments (id [integer, autoincrement, key], name [varchar]) departmentimpacts (impactid [integer, key], deparmtentid [integer, key])